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 1005. Stone Pile

If you have WA1
Posted by BAron 19 Jun 2007 11:36
f you have received WA1 that try to read not on strings.
For example:
read(n);
i:=1;
while not seekeof do
begin
  read(a[i]);
  inc(i);
end;
Probably you receive AC
yes
Posted by zzzlll 28 Jul 2007 15:00
you right

Edited by author 28.07.2007 15:05
Re: If you have WA1
Posted by Skrebnev 4 Nov 2007 19:27
BIG thank
Re: If you have WA1
Posted by Ikrom 23 Nov 2007 13:03
I agree with you. Thank you very much.
Re: If you have WA1
Posted by Baranovichi Lyceum #1: Novikov Michael 9 Oct 2008 03:40
Thank.
Re: If you have WA1
Posted by Snail 30 Oct 2008 07:03
Thank~
Re: If you have WA1
Posted by LittleRock 27 Nov 2008 21:57
Thank.
I'm dealing with this wrong