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

To all people who want to solve it!
Posted by SPb SU White Dragon 29 Nov 2002 18:44
The numbers in input files (in tests) are not integer, but real!
But all numbers are in range 1..2^31 - 1
The numbers are integers, this problem is very easy, simple formula (-)
Posted by Miguel Angel 30 Nov 2002 10:21
> The numbers in input files (in tests) are not integer, but real!
> But all numbers are in range 1..2^31 - 1
Re: To all people who want to solve it!
Posted by Ivan_Petrov 22 Dec 2008 17:06
I did it with using long long;