ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1089. Verification with the Dictionary

If you have WA 9 due to recently added new tests
Posted by Smilodon_am [Obninsk INPE] 19 Nov 2022 16:01
Try below test with empty line as a text:

--- start of input ---
world
#

--- end of input ---

Be careful, input in HEX can be presented as:
77 6F 72 6C 64 0D 0A
23 0D 0A
0D 0A

The answer is:
--- start of output ---

0
--- end of output ---

Be careful about an empty line before 0.