|
|
back to boardHow to solve with Kotlin Posted by vodka2 25 Aug 2020 21:48 If you want to get AC for a Kotlin solution, you should probably use java.util.Scanner instead of readLine() and try multiple times. I was able to get AC only on the second try with the same code, got TLE first time. |
|
|