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 1427. SMS

friend I've a problem with 19th test [10] // Problem 1427. SMS 12 Feb 2006 18:03
Somebody give me a hint about this test or possible mistake. Thanks to all who will answer
Игорь Степанов Re: I've a problem with 19th test [9] // Problem 1427. SMS 13 Feb 2006 22:16
I have the same problem. :(
Safe Bird try this case(+) [8] // Problem 1427. SMS 13 Feb 2006 22:34
1 1
a?a

(my first program failed on this case)
friend Re: try this case(+) // Problem 1427. SMS 15 Feb 2006 23:52
thank you. it helps me very much. Now i get AC
lamot Re: try this case(+) [6] // Problem 1427. SMS 3 Mar 2006 16:46
answer is 3 ?
Maxim Ulyanov Re: try this case(+) [5] // Problem 1427. SMS 16 Mar 2006 00:25
My Answer is 3, but i have WA on 19th test. Where is the problem?
Maxim Ulyanov Re: try this case(+) // Problem 1427. SMS 16 Mar 2006 00:34
I'v just got AC,
try those tests

1 1
a?a

ANS = 3

1 2
a?a?

ANS = 4
Medium Re: try this case(+) [3] // Problem 1427. SMS 27 Feb 2009 03:25
1 2
?a?aaaa

5
yu_chao Re: try this case(+) [2] // Problem 1427. SMS 9 May 2012 18:56
My answer is 5 ,but i get WA on 17th test
10 15
The first line contains the integer numbers N and M . The second line contains an advertisement. The advertisement consists of from 1 to 100000 characters. Each character is either a latin letter, a space, a digit or a punctuation mark "." full stop, "," comma, ";" semicolon, ":" colon, "!" exclamation mark, "?" question mark, "-" hyphen or """ double quotes. The advertisement is terminated by the end of line.

My answer is 36 on this test, but i don't know it is right or wrong,who can tell me the answer?

Edited by author 09.05.2012 19:05

Edited by author 09.05.2012 19:05

Edited by author 09.05.2012 19:06
nobik Re: try this case(+) // Problem 1427. SMS 18 Jun 2012 01:43
Yeah, it’s real answer)))
nobik Re: try this case(+) // Problem 1427. SMS 18 Jun 2012 01:43
My AC program say this
Try test
1 4
abcd&abcd
ANS: 3
I don’t know real test, but try this)))
Edited by author 18.06.2012 01:46

Edited by author 18.06.2012 01:47