wangyishan's blog

By wangyishan, history, 8 months ago, In English

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

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Submission is 226847507

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it
  • 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.