|
|
вернуться в форумFor those who have TLE on 15 I had the same problem, and solved it after changing all c++ io functions from <iostream> to <cstdio> Re: For those who have TLE on 15 Послано C2H5OH 5 июл 2013 21:48 Thanks, your hint really helped me. The same thing in Java. I had TLEon15. After I replaced Scanner with my custom input parsing I had got AC. |
|
|