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 1410. Crack

Hint about Input
Posted by A.06 9 Apr 2013 17:16
Some of these are not mentioned in the problem statement

- The input can have other separators than spaces, eg:  'Re ad' is two words and so is 'Re*ad'
- There is no word with length 0, so there can be two separators, eg:  'Re**ad' is two words not three (if you have WA#6 check this)
- Inputs are of multiple lines, so you can use EOF to check for end of input.

Edited by author 09.04.2013 17:18

Edited by author 09.04.2013 17:18
Re: Hint about Input
Posted by raven 19 Sep 2013 18:49
Still WA 8