Hello!
Welcome to Codeforces Beta Round #84! I am Vitaliy Herasimov (witua) and I am an author of today's problems. Thanks to Artem Rakhov (RAD) and Pavel Kuznetsov (it4.kp) for the help and advices in preparing of the rounds, Maria Belova (Delinur) for the statements translation.
Good luck!
Contest is over! Congratulation to winners!
Division 1:
Good luck everyone.
:)
Then most of coder's solutions are also wrong)
I think that writer's solution is correct... And you just have to search mistake in your own.
Today's div1 B is pretty one)
Is it only at the time of hacking or in general that we can see the test case.
Please tell me because I am new here and I have never hacked
699999999 9
Try this test before system tests if you have submitted.
I think the "lucky number" thing was good and bad. It was good because it made the statements easy-to-understand, it was bad because it kind of "limited" one's range of thinking. But I think the goodness beats the badness :)
When will the editorial be up?
BTW, Problem C in Div. 2 was easier than Problem B for me :D
Nice round, BTW, although I did quite bad :)
Every place should be filled by at least one contestant; 1st was filled by 2, That doesn't mean the two contestants who are in first place also filled the second place, does it?
So basically, place of some contestant is the number of contestants with higher rating + 1. Okay, thanks for the clarification! :D
Some anomaly, see vihrov's score for Prob A.
He has two WA's still no -50. :S
Edit: Ok,the code works fine when I made the ar[][] global, but still even when the ar[][] is declared inside the main(), it should work right ?? At least it does in my system and also on Ideone.
since if n = 2, it has size 3 in first dimension.
"Output" is the output of your program, in this case 0.2
"Answer" is the right answer for the test case which is 0.15
I also got confused by this("Output & Answer") at first.
Maybe instead of "Answer", "Judge Solution Output" would be better, i don't know.