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 1567. SMS-spam

The last character in first line could be '\n' (-)
Posted by diver_ru (Fishburg SAAT) 8 Oct 2007 14:00
Re: The last character in first line could be '\n' (-)
Posted by Ciprian 3 Dec 2007 15:48
I read this post and I am surprised. It sais that input consists of a single line; I use that and I get wa on test 8;
I read 2 lines and I get ac.
Smth is wrong;
I have also read that the line of input can contain white spaces.I understand that '\n' is a ws but if you put '\n' than you have 2 lines!
Please post a response.