Sushant2308's blog

By Sushant2308, history, 4 years ago, In English

I am not able to understand why I am getting the wrong answer on test case 9. Are there any edge cases I am missing. Ik I can see the editorial but this contest doesn't have one(Don't know why). Here is the link: https://codeforces.com/contest/747/submission/86296933

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

»
4 years ago, # |
  Vote: I like it +3 Vote: I do not like it

Actually there is an editorial. Though it isn't available in the "Contest materials" section, you can find it via google search.

»
4 years ago, # |
  Vote: I like it +3 Vote: I do not like it

here is the changed version of your code which got accepted https://codeforces.com/contest/747/submission/86302666 the thing u are doing wrong is u are updating the value of the task array without checking if there are enough servers available for use. i hope this help