Hello, Codeforces! We with sdyakonov invite you to [contest:382218], which will take place at [contest_time:382218]. We invite everyone. The contest will be not rated. The competition will be held according to ICPC rules. There will be 11 tasks in total. The contest will be of most interest to experts or below. But we invite purple and above to participate. The contest will be in this group.
Tasks have been prepared by sdyakonov, Kirill020708, onlytrall
Statements will be in English and Russian
Thanks for preparing the contest to the following people:
- Testers: valerikk, Sokol080808, adepteXiao, makrav, onlytrall, Splatjov, dirolll_top, MrDlop, akatevsw.
- Special thanks to onlytrall for test generators.
- sdyakonov for rejecting a large number of tasks.
Also many thanks to MikeMirzayanov for the Polygon and Codeforces systems!
Good luck!
UPD. The contest will be for 2 hours
lol can we register in teams?
Yes
i hope it will be a good practice for me , i'm getting ready for my icpc local qualification....
Please make the solutions public. I wanna see other's implementation for problems i couldn't solve.
In Problem $$$J$$$ I wrote Dijkstra with set and found $$$min \; x$$$ such that $$$x - x / m =d$$$ using binary search, but I get TL. How to do it faster?
Your solution didn't TL on some large tests, may be problem in infinite loop (also we opened tests)
There solution with formula for searching min x in $$$O(1)$$$: [submission:157928657]
Excuse me, I have no prermission to see this
oh, sry, fixed now
I still can't)
I get message in bottom-right: "You are not allowed to view the contest"
You can see the submissions in submission page of a problem
don't know how to fix it( added code
A, the problem was that in binary search I give value to $$$r$$$ of segment not $$$10^9$$$, but
The answer to problem is $$$\le 10^9$$$, however some pathes can have very big cost, and I tried to count them too.
Numbertheory forces T_T, But the problems were good.
Last 3 problems are interesting .. saved!