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

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

Can someone explain this runtime error? Here's my code: http://ideone.com/pCBf77 Thanks!

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

»
8 лет назад, # |
Rev. 2   Проголосовать: нравится +19 Проголосовать: не нравится
  • Step 1 — repeat the problem on your computer.
  • Step 2 — learn to debug your code (using any method that doesn't involve asking someone to do it in your place).
  • Step 3 — find the bug in your code. It is a very simple mistake and you should be able to do it.

If you have problems with steps 1-2 ask a question.

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

    Sorry, but it compiles fine on my computer, and I really can't find the error. Can you please tell me the problem?

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

      And did you tried running it on the testcase that Codeforces report causing a runtime error? In the very unlikely case that it really works on your computer, you have an option to use online services like ideone or Codeforces custom invocation.

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

Your program crashes at test where n = 1. Also, there is no need to use setw. 20105764