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 1601. AntiCAPS

Question...
Posted by CHIDEMYAN SERGEY 1 Mar 2008 23:15
What shall I do,if I meet nonlatinian letter?Should I output space or delete this letter?For example,what answer on this test:
Hello,%$4!
Thank in advance!!!

Edited by author 01.03.2008 23:15
*
Posted by Брэнд 1 Mar 2008 23:42
This test isn't correct. Read the task carefully.
Re: *
Posted by CHIDEMYAN SERGEY 2 Mar 2008 00:34
But I think if we [meet] such situation we must correct it.Am I wrong?
So we must only correct Upper case?
Thank!!!
*
Posted by Брэнд 2 Mar 2008 00:39
My program write next:

Hello,%$4!

But really this test is impossible.
Re: *
Posted by CHIDEMYAN SERGEY 2 Mar 2008 03:07
Now I have WA#7,however I think all ok!
Can you give any tests?ThanK!!!
Re: *
Posted by inkognito 2 Mar 2008 19:21
may be that test will help you:
AAAAAAA AAAA? AAAAA
AAAAA!
The answer is:
Aaaaaa aaaa? Aaaaa
aaaaa!
Re: *
Posted by CHIDEMYAN SERGEY 2 Mar 2008 23:37
Thank for this test,but my program's answer is right on this test.It's very interesting to see 7-th test.Yeah...Please,smb, write me other test.Thank!!!
Re: *
Posted by Брэнд 2 Mar 2008 23:49
QF.FG
Qf.Fg
----------------------
DFFGG!   HJK.

KL?              BBB.
Dffgg!   Hjk.

Kl?              Bbb.
Re: *
Posted by CHIDEMYAN SERGEY 2 Mar 2008 23:57
Ok,thank you very much!!!My program answer wrong on 1-st of your tests.
*
Posted by Брэнд 3 Mar 2008 00:37
There are many spaces between the words in second test.
Re: *
Posted by CHIDEMYAN SERGEY 3 Mar 2008 00:39
I correct and get AC,but I don't think such test(1-st test) is correct,because sentences must end with a full stop, exclamation mark, or question mark.
P.S. my program works on 2-nd test.
Thank you one more time!!!

Edited by author 03.03.2008 00:41
Re: *
Posted by ata_tnu 19 Apr 2008 19:11
Sorry, but what is the correct answer for the 2-nd test?