ky28059's blog

By ky28059, history, 3 years ago, In English

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") }

Full text and comments »

  • Vote: I like it
  • +22
  • Vote: I do not like it