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

Автор krishna_7, история, 6 лет назад, По-английски

I am getting a compilation error while submitting horrible queries on SPOJ. When I run the code locally, there is no issue and I am getting correct output for the cases I've tried. Someone please take a look at my code and tell me why I am getting a compilation error. Here is my code,

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

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

You're getting error because the queries are horrible. The program knows it will receive a set of horrible queries, so it won't compile. It's self-defense.

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

    Well this did make me laugh. But it would be helpful if you could solve my issue too. :p