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 1038. Spell Checker

WA10
Posted by Sergey 12 Mar 2010 20:09
Hello, i try send my programm but always get some WA. Can you explaint few things.
First:
In END of input ".?!"? When i added check for it i get 1WA.
Second:
"ssss[S]ssss" r there mistake? When i check for it i get 2WA
Third:
When i delete this conditions i get 10WA.
Im confused. I've readed all threads and added conditions for every case which i found. What in 10 test?
Re: WA10
Posted by melkiy 17 Oct 2010 03:05
I guess the 10-th test checks for your attintive reading of the condition: "1. The first LETTER in a sentence is small."

For example, the text

"Hello! 238 my Friend"

has an error, because the first letter in the second sentence is NOT the digit '2' but the letter 'm' which must be capital.