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

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

This is the question Link

Test 6

There is a diff of 2. Can anyone look why my code is wrong?

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

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

your code always transform 0 to 1

else:
     coins+=1
     t[i] += 1

where in the test case 6 it's faster to just transform 0 to -1