Closed MathBunny closed 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)
Issues for the DMOJ problem set should be reported to https://github.com/DMOJ/problems/issues
Okay thanks, I forwarded the problem there.
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)