My code is not fast enough!

Revision en1, by ky28059, 2021-05-05 04:00:33

Hi, my code keeps getting TLE on problem C of the CPC polygon practice contest. Can anyone help?


fun main() { repeat (10000) { Thread.sleep(1000) } println("qpwoeirut orz") }

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English ky28059 2021-05-05 04:00:33 245 Initial revision (published)