| 
 | 
back to boardHint 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  |  
  | 
|