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 1528. Sequence

why WA on test 7(!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!)
Posted by Petrosian Alexander 19 Feb 2007 13:20
[code deleted]

Edited by moderator 04.02.2020 18:17
Re: why WA on test 7(!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!)
Posted by Kaliningrad SU -Dmitry-HeadLiner 19 Feb 2007 13:48
Use 64-bit type, like long long or __int64 (maybe with prefix unsigned)

Edited by author 19.02.2007 13:49
Re: why WA on test 7(!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!)
Posted by Roman Atangulov 4 Oct 2007 21:38
Can someone give test examples, please?

Edited by author 05.10.2007 13:17
Re: why WA on test 7(!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!)
Posted by Sunrise Avenue 4 Oct 2007 21:43
I think that you're the DUNKEY!!!!!!!!!!!!!
Re: why WA on test 7(!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!)
Posted by CHIDEMYAN SERGEY 5 Oct 2007 19:53
And I think it's for you:
Q: What are the rules of this site?
A: There is one basic rule — respect others.
http://acm.timus.ru/faq.aspx
Re: why WA on test 7(!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!)
Posted by Farhad Ghasemi 30 Jun 2008 16:30
use __int64 instead of int