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 1467. Sum of Degrees

Should we use "High-precision"?
Posted by Pillar 13 Aug 2006 18:05
When I use "int" data type,I can pass 8 tests,When I use "__int64" data type,I can pass 16 tests.
   Does it mean that we should use "High-precision" to pass all the tests?
   Thanx!
Re: Should we use "High-precision"?
Posted by Sandro (USU) 13 Aug 2006 23:48
This problem can be solved using __int64 and some good idea.

Good luck!