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 1086. Cryptography

Crash test 2
Posted by zAlogic 15 Dec 2010 21:11
have test:
1 2 -> 5
1 150000->656233
1 20 ->71
Right?


What test may give Crash in test 2?
Re: Crash test 2
Posted by Nikoloz 18 Dec 2010 23:26
1. maximum can be 15000, not 150000
2. you might be using excess memory (too many arrays, array variables) have to shorten it...