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

Common Board

To admins: uncorrect 1423
Posted by Alexander Kouprin 19 Feb 2007 01:48
Dear admins!
Your condition is wrong!!!

In line "result" I read:
if problem has some solutions, you can write any of its.
BUT! On test 2 I get WA!
In test

7
abcdefg
abcdefg

I can write not only 0, 7 is true answer too.
So?
Re: To admins: uncorrect 1423
Posted by [SPbSU ITMO] WiNGeR 19 Feb 2007 04:14
Quote:
'The Second Programmer executed X (0<=X<N) successive cycle shifts (a cycle shift is a transfer of the last character of the string to the beginning of this string) with this string'

X must be less than N, so your answer is incorrect