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 1023. Buttons

Show all messages Hide all messages

ADMINS TEST ARE WRONG tache 29 Jan 2006 21:15
pls tell me where i am mistaking in my logic:
if u take l=k-1 then
whatever the first player takes the second player wins but on test 3 it says wrong anwser
Re: ADMINS TEST ARE WRONG Kirin Vladislav 3 Jun 2006 03:12
Admin's tests aren`t wrong! (it is strange why they didn't ban you:). If you read task attentive, you may saw next thing: if there are few correct L, you must write smallest of them. And as you understand, L=k-1 is not smallest in all tests.