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

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

When I copy my code, it comes with some blank characters inserted at the beginning of some lines which is giving compilation error.

My last submission: https://codeforces.com/contest/1196/submission/57904310

This gives error while compiling if I don't remove the blank characters present at all blank lines(ie 20,23,29..etc)

Error: https://codeforces.com/contest/1196/submission/57904265

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

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

In every blank line it automatically put a character which cause error on compilation, if you remove that character then it compile successfully, this problem was not occurs before, but from some time it occurs, this problem also said by many users, hope to solve as soon as possible by MikeMirzayanov :)

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

Thank you for noticing! We'll try to fix it soon.