Блог пользователя aditya123garg

Автор aditya123garg, история, 6 лет назад, По-английски

Problem link : http://codeforces.com/contest/705/problem/C

Solution link :- http://codeforces.com/contest/705/submission/42254642

Hey guys this code is giving me the runtime error in testcase-2 on submitting it while on running the same test on my system it is giving me correct answer. I literally have no clue of what's happening :(

Could anyone plzz help me out!!

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
6 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by aditya123garg (previous revision, new revision, compare).

»
6 лет назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится

Iterator cannot be reused when you delete or insert something in set

»
6 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

ohh okay!! Thnks for such a quick reply :)