We will hold AtCoder Regular Contest 201.
- Contest URL: https://atcoder.jp/contests/arc201
- Start Time: http://www.timeanddate.com/worldclock/fixedtime.html?iso=20250622T2100&p1=248
- Duration: 120 minutes
- Number of Tasks: 6
- Writer: snuke
- Tester: Nyaan, maspy
- Rated range: 1200 ~ 2799
The point values will be 500-500-600-700-800-1000.
Please note that the rated range differs from usual, as this ARC also serves as a qualifying round for a domestic contest in Japan.
We are looking forward to your participation!








Problems are interesting and challenging.
However, I performed badly :(
Good contest.
It lets my brain spin fast :)
How can you come up with the goated solution for B ?
The tests of D are sort of weak, but I'm not sure if it's possible to make properly strong ones. My submission link gets AC, but it fails on the test
giving 81 instead of optimal (verified with bruteforce) 56. I noticed by stresstesting on random inputs that adding more repetitions of The Loop (look at the submission, you'll see which loop I mean) makes it much, much harder to still find a failing small test.
F is a great problem, but I'm not good at greedy, so I simply took the solution of A, and did some standard transformation to make it F. I think it wasn't intended but it just worked!
Hi, can anyone help me show me what im doing wrong here for problem A?
Code
My idea is that I try to prioritize getting Div1 contests and then I keep track of how many of them I can change to div2 contests. If there are enough ways to change, then I try to change it so that there is an equal number of both contests. I think the idea is quite similar to the idea in the editorial. Furthermore, after generating random testcases and comparing with an AC solution, I still haven't found any countercases.
int diff = num1 — num2;
Seems like overflow
oh my days...
Thank you so much.
I made that change locally and it turns out i never submitted it.
The link to Code in the solution of prob B contains some incorrect dollar signs.
Fixed. Thank you for reporting!