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

WAZZAP Problem text is probably wrong [1] // Problem 1038. Spell Checker 26 Mar 2002 13:48

"A word is a sequence of letters not containing any other symbols or
ends of line.
The end of a sentence is defined a full stop, a question-mark or an
exclamation mark. "

What means "a full stop?" It seems to be EOF, but it isn't true.

I've got AC assuming that "a full stop" was a dot ('.')
Ivan Georgiev Re: Problem text is probably wrong // Problem 1038. Spell Checker 26 Mar 2002 14:24
Full stop means the punctuation sign '.' in English :)
check your English dictionary