DMOJ / online-judge

A modern open-source online judge and contest platform system.
https://dmoj.ca
GNU Affero General Public License v3.0
950 stars 365 forks source link

CCC Test-Data has extra space (CCC 2010 S3 Firehose) #392

Closed MathBunny closed 8 years ago

MathBunny commented 8 years ago

I emailed CEMC back in December and they fixed it on their site. There's an extra space so with Java if you use BufferedReader and readLine() you get an Invalid Return (it passes in C++ or if you do .trim()):

https://dmoj.ca/submission/155766 (AC except for one IR) https://dmoj.ca/submission/155813 (AC but checking for that space)

quantum5 commented 8 years ago

Issues for the DMOJ problem set should be reported to https://github.com/DMOJ/problems/issues

MathBunny commented 8 years ago

Okay thanks, I forwarded the problem there.