|  | 
|  | 
| вернуться в форум | To Judges It seems there are extra characters in test 6!
 I use following construction:
 while (scanf("%d") != EOF)) {
 //proccess test
 }
 to be able to proccess several test from one file.
 
 With this construction i got WA6. When i proccessed only one test i got Accepted.
Re: To Judges Test #6 is fixed. Thank you. | 
 | 
|