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

Автор ptnega, 10 лет назад, По-английски

This is my two W.A submissions for the problem 436B - Om Nom and Spiders

  1. W.A on test 16: 6885624

  2. W.A on test 21: 6885617

As you can see , on the 1st submission, I just deleted some lines in the 2nd one. But these lines shouldn't affect the output.

Is this a bug of codeforces' machines?

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

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

The line "if (s[i1][kk] == 'L') ss++;" can cause unexpected behavior (or a Runtime-Error) when i1>=R