Title |
User |
Message |
Date Posted |
WA here |
Quandray |
My code fails 11 of the 15 tests here (but gets AC on UVa). I am unable to see what is wrong with my code and any help would be appreciated. |
Apr 08, 2019 - 5:48:41 pm UTC |
Re: 30 seconds time limit |
jargon |
It was originally used as a contest program and was never edited. I've set a time limit for this problem specifically. |
May 28, 2016 - 2:02:43 am UTC |
30 seconds time limit |
Paradox |
Why does this problem have the longest time limit on PEG? |
May 27, 2016 - 11:47:59 pm UTC |
Re: how to read input |
jargon |
A "standard end-of-line sequence" is just a newline. To know when input is over, read up on eof. |
Aug 04, 2015 - 5:09:30 am UTC |
how to read input |
5102ilxela |
how do i detect "a standard end-of-line sequence" and know when the input is over? (in C++) |
Aug 04, 2015 - 4:32:11 am UTC |