Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

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

Автор mcqueen1, история, 2 года назад, По-английски

I am solving the problem CF1042C(https://codeforces.me/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.me/contest/1042/submission/164962519

(Sorry for my poor English)

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

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

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