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 1769. Old Ural Legend

length of input string
Posted by Ego 11 Apr 2010 14:48
i think in some tests input string exceed 10^5. may be actual limit is 10^6? can anyone confirm or disprove?
Re: length of input string
Posted by dAFTc0d3r [Yaroslavl SU] 11 Apr 2010 15:17
My AC solution uses char s[100001].
Re: length of input string
Posted by Ego 11 Apr 2010 16:15
it makes clear that my suspicion is wrong. thank you

Edited by author 11.04.2010 16:15