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 1141. RSA Attack

strange test #1
Posted by Baurzhan 28 Apr 2011 10:23
I wonder why I'm getting either TL or Crash on the test #1. Complexity of my approach is K*sqrt(N)*log(N)  - more than enough! About crash - bounds of my array is ok, I never divide by zero - something else? Very strange. Please,somebody give some tests.

Edited by author 28.04.2011 10:32

Edited by author 28.04.2011 10:32
Re: strange test #1
Posted by Baurzhan 28 Apr 2011 11:11
I forgot ifndef ONLINE_JUDGE =)