Pansage's blog

By Pansage, history, 7 weeks ago, In English

codeforces round 1085 2207C - Where's My Water?, the submission 365892826 should've given TLE in worst test case

where T = 1, N = 1, H = 10^9, A[i] = {1, if i odd, else H} here it passed with like 1200ms, idk why

Full text and comments »

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