Codeforces Round #273 English Editorial (C is available now!) Hello everyone. I have noticed the absence of round 273's editorial, so I decided to write one. This is the first time I write an editorial, so hope everyone like this!
I didn't know how to solve C and E yet, so it would be appreciated if someone help me with these problems.
Also, how to use LaTex in codeforces? I want to use this so my editorial would be more clear to read.
**UDP:** Actually, there's a (well-hidden) tutorial for this round, but it's written in Russian (with a English version using google translate in comment section). If you can read Russian, [click here](http://mirror.codeforces.com/blog/entry/14307#comment-192751).
**UDP2:** Problem C is now available!
A — Initial Bet
===============
Since the coin only pass from this player to other player, the coins sum of all player won’t change in the game. That mean, we’ll have `5*b = c1+c2+c3+c4+c5`. We’ll put `sum = c1+c2+c3+c4+c5`. So, if `sum is divisible by b`, the answer will be `sum/b`. Otherwise, the ans...
Codeforces Round #273 English Editorial (C is available now!), **UDP:** Actually, there's a (well-hidden) tutorial for this round, but it's
written in Russian, Hello everyone. I have noticed the absence of round 273's editorial, so I
decided to write one
Полный текст и комментарии »