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

Автор decoder__, история, 4 года назад, По-английски

Can anyone help me debug why using set gives WA while using vector doesn't ? Here is my Submission: https://codeforces.net/contest/1107/submission/102257173 Here is the problem: https://codeforces.net/contest/1107/problem/C

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

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

Your set will erase the extra occurrence of an element $$$e < vec[j]$$$.