|
|
back to boardWeak test cases and Time Limit too strict for Java Same code gets AC in c++ but gets TLE in test 14 in Java. Turns out, even if you dont use the condition of "powers of primes should be in non increasing order" , your c++ code gets AC, while for Java you have to use that condition. Edited by author 25.04.2018 06:42 Edited by author 25.04.2018 06:42 |
|
|