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

Автор wangyishan, история, 9 месяцев назад, По-английски

What is "wrong output format Unexpected end of file — int64 expected"? Thanks in advance.

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

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

Submission is 226847507

»
9 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится
  • wrong output format: Output is formatted incorrectly
  • Unexpected end of file: The [output] file ended, even though it should not have ended
  • int64 expected: Instead of the [output] file ending, it should've contained an int64, i.e. the value of a long long int

Your code should've outputted an integer, but it didn't.