|
|
back to boardI read input using while (scanf("%d", &n) != EOF) { ... } to be able to run multiple tests. I had TLE 51 with such code. But when i deleted this cycle, i got accepted. Please check test 51. Test 51 is correct. You have got TLE 51 because of bug in your code. |
|
|