Thanks for reply.
When I send my code, I change
- Code: Select all
System.getProperty("ONLINE_JUDGE") != null);
to
- Code: Select all
console(true);//System.getProperty("ONLINE_JUDGE") != null);
and it uses console... so its not a problem.
brianfry713 wrote:SyFyKid wrote:I am getting crazy solving this problem...![]()
Don't read and write to a file.
rewrote my code again... checked again all forum inputs and still get WA
dont even know what to try...
- Code: Select all
AC
got AC...
