Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

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

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

I have found that this solution is skipped 8255696.

why is that? what is the reason behind?

though this solution gets accepted after resubmitting!

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

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

Because that solution looks similar as this one 8255446. Thus it got skipped as the verdict.

»
10 лет назад, # |
Rev. 4   Проголосовать: нравится -8 Проголосовать: не нравится
  • »
    »
    8 лет назад, # ^ |
      Проголосовать: нравится -11 Проголосовать: не нравится

    ehhh= =isn't this common in simple language tasks?

    • »
      »
      »
      8 лет назад, # ^ |
        Проголосовать: нравится +29 Проголосовать: не нравится

      Bitwise equivalence of source code does not happen that easy even in simple tasks. People tend to have different coding styles (e.g. spacing), put statements in different order, add or remove empty lines for clarity, name variables differently, evaluate expressions in different order depending on how they got to the solution.

      The only problem I can think of where bitwise equivalence may actually happen with a good probability is "print integer four and ignore input".

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