Re: [algogeeks] spoj problem - LASTDIG

2010-10-15 Thread Nikhil Agarwal
check the source file size.It is talking about that. On Fri, Oct 15, 2010 at 1:55 PM, Vishnutej mylavarapu.vishnu...@gmail.comwrote: Hello everyone.. I tried solving the last digit problem in spoj but I'm getting an error that that the max limit is 700 bytes. What does this mean??..the

Re: [algogeeks] spoj problem - LASTDIG

2010-10-15 Thread VENKATARAMAN.GB
It means the size of your source code should be = 700 Bytes. Try removing tabs and spaces, redeclare vars into smaller variable names or prefer a different language whose syntax is simpler and smaller. Say python. Cheers, venki VENKATARAMAN.GB If Its Upto Be, It Is Upto

Re: [algogeeks] spoj problem - LASTDIG

2010-10-15 Thread Vishnutej Mylavarapu
Thnx a lott -Vishnutej.M On Fri, Oct 15, 2010 at 6:41 PM, VENKATARAMAN.GB venki.g...@gmail.comwrote: It means the size of your source code should be = 700 Bytes. Try removing tabs and spaces, redeclare vars into smaller variable names or prefer a different language whose syntax is simpler