icyo's blog

By icyo, history, 7 weeks ago, In English

problem D from CodeTON Round 8, my code get MLE: https://codeforces.com/contest/1942/submission/254227380, but why? I solve it in O(nklogn), and memory for O(nk), and MLE on test 5.

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