1223 - Editor
Moderator: Board moderators
-
- New poster
- Posts: 37
- Joined: Wed Mar 14, 2012 11:57 am
- Location: Bangladesh
- Contact:
Re: 1223 - Editor
Something is wrong with the Judge Data. It says in the input specification, "the length is less than or equal to 5,000". I get WA when I use 5010 as my array size. Even 6000 gives wrong answer. Finally I got AC by increasing my array size to 10000. Either fix the data set or the input specification.
-
- Guru
- Posts: 5947
- Joined: Thu Sep 01, 2011 9:09 am
- Location: San Jose, CA, USA
Re: 1223 - Editor
The judge's input is correct. I tested it and there are no strings with length greater than 5,000.
Check input and AC output for thousands of problems on uDebug!