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 1881. Long problem statement

muhiddin WA # 10? [4] // Problem 1881. Long problem statement 14 Oct 2014 23:19
Pleae help. what is this test?
Any input i get correct answer in my compiler.But here i get WA #10
illarionovam_onu Re: WA # 10? [2] // Problem 1881. Long problem statement 10 Jan 2015 20:04
2 4 5
a!
a!
a!
a!
a!
try this, correct answer is 3, not 2
IlushaMax Re: WA # 10? // Problem 1881. Long problem statement 19 Mar 2016 00:14
Thanks, I couldn`t understand where is a mistake)
Амир Меннибаев Re: WA # 10? // Problem 1881. Long problem statement 11 Nov 2016 12:30
Why is it true?
It should be 2, not 3!
SLHUNG Re: WA # 10? // Problem 1881. Long problem statement 24 Mar 2015 08:16
I got an AC after changing the input bufsize from 100 to 101.