|
|
back to boardInvalid checker? out.println(answer); - output with maximal possible accuracy - WA24 out.printf("%.4f", answer); - output with exactly 4 digits after decimal point - AC. By the way, AC source 2369154 (3 Dec 2008) used println. Since then only Java 5->Java 6 changed. And maybe checker. So is this behaviour bug of println or checker? The validator bug is fixed |
|
|