lagged's blog

By lagged, history, 4 hours ago, In English

On the recent Div. 3 Round 995, I was curious if it's possible to optimize my code, without converting it to C++.

Submission for E (TL on Test 19, passed originally but failed during system testing bruuuh) https://codeforces.net/contest/2051/submission/297891152

Submission for G (ML on Test 9, I converted it to C++ after and it thankfully worked) https://codeforces.net/contest/2051/submission/297925190

Any advice?

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
4 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

I think if you print output for every test case separately, it will be much faster.