ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1224. Spiral

test 12
Posted by Verty 10 Oct 2010 02:37
what is it??
Re: test 12
Posted by Prabhjot Singh 19 Nov 2010 15:12
Use long long if using C++ or BigInteger in Java to save the value of N, M
Re: test 12
Posted by Hikmat Ahmedov 9 Mar 2012 02:07
No need for long long or BigIntegers
Just unsigned integer is more than enough
unsigned int in C/C++
uint in C#