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 1010. Discrete Function

Read this!
Posted by bsilver.info 4 Mar 2008 18:18
In the problem it's stated that:
"Each value of the function is longint (signed long in C++)."

The solution doesnt get AC if you use long (longint Pascal). I got AC for using double (extended Pascal),but have'n verified it with long long (int64 Pascal) though.
Statement and tests are correct, you just don't see tricky test (+)
Posted by Orlangur [KNU] 4 Mar 2008 19:23