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 1690. Army of Mages

2 ADMINS: Bug in checker!!!
The following code really got AC! Thanks to Zhukov Dmitry. Just no comment...

#include <cstdio>
int n;
int main()
{
scanf("%d", &n);
puts("OK");
for(int i = 0; i < n; i++)
{
printf("1 ");
}
return 0;
}

Edited by author 15.03.2009 20:04
Re: 2 ADMINS: Bug in checker!!!
Posted by Samsonov Alex [USU] 15 Mar 2009 21:15
The checker program is fixed. All submits were rejudged.
Re: 2 ADMINS: Bug in checker!!!
Posted by Alexander Kouprin 15 Mar 2009 22:45
Oh shit!
I'd lost my first place :)