mcqueen1's blog

By mcqueen1, history, 22 months ago, In English

I am solving the problem CF1042C(https://codeforces.com/problemset/problem/1042/C). Then I meet some troubles:

The Checker comment tells me that "wrong output format Unexpected end of file — int32 expected", but I can't understand it.Could anyone help me explain it? I would extend my appreciation if were to you do me a favour.

This is my final submission: https://codeforces.com/contest/1042/submission/164962519

(Sorry for my poor English)

  • Vote: I like it
  • -1
  • Vote: I do not like it

»
22 months ago, # |
  Vote: I like it +5 Vote: I do not like it

The error means your output has less lines than actual output. You might be skipping some test cases. Check if you are printing output for every test case