Блог пользователя maroonrk

Автор maroonrk, история, 6 недель назад, По-английски

We will hold AtCoder Regular Contest 181.

The point values will be 300-600-600-700-1000-1100.

We are looking forward to your participation!

  • Проголосовать: нравится
  • +95
  • Проголосовать: не нравится

»
6 недель назад, # |
Rev. 2   Проголосовать: нравится -35 Проголосовать: не нравится

Hoping for the best ARC Round!

»
6 недель назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Hope for a good ARC!

»
6 недель назад, # |
  Проголосовать: нравится -31 Проголосовать: не нравится

I'm hoping for a good ARC, but I cannot participate cuz I will participate in Codeforces Round 963 (Div. 2) in the same day.

»
6 недель назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

This is my first time participating in ARC, could you tell me how ARC questions are generally rated on codeforces? Thank you.

  • »
    »
    6 недель назад, # ^ |
      Проголосовать: нравится +9 Проголосовать: не нравится

    In my opinion, ARC has some first problems that you could encounter in codeforces div2, but the difficulty curve for the problems is pretty steep and the last few problems are hard. So ARC is somewhat between a codeforces div1 and div2 (div1.5), but more leaning to the div1 side.

»
6 недель назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

My first time to participating in ARC,exciting!

»
6 недель назад, # |
  Проголосовать: нравится +55 Проголосовать: не нравится

I need English!

»
6 недель назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

is anyone able to see problems in English?

»
6 недель назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Could you offer us English Problem?

»
6 недель назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Missed D for 30 seconds... https://atcoder.jp/contests/arc181/submissions/56359770 spent the last 10 minutes trying to find a segment tree beats code and making it work

»
6 недель назад, # |
  Проголосовать: нравится -8 Проголосовать: не нравится

D is nice problem

»
6 недель назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

For problem B, I think the proof of the necessity part is very hard. Would anyone like to share your ideas about this ? Thanks a lot.

»
6 недель назад, # |
Rev. 3   Проголосовать: нравится 0 Проголосовать: не нравится

I solved the problem B, but I guess, my solution should not have passed.

https://atcoder.jp/contests/arc181/submissions/56359242

I passed 108 test cases, and couldn't pass one single test case. Then I did bruteforce my way out of it. Refer to line 367 to 376 in the above solution link.

Please fail my solution, and others as well, who used bruteforce, and give points to only those who deserve.

cc: chinerist maspy sigma425

  • »
    »
    6 недель назад, # ^ |
      Проголосовать: нравится +26 Проголосовать: не нравится

    If tests were weak, failing some solutions in-contest retroactively by adding countertests is worse than accepting that the tests weren't good enough to prevent them from passing. As long as you didn't break any rules during your submit attempts, you solved the problem.

  • »
    »
    6 недель назад, # ^ |
      Проголосовать: нравится +14 Проголосовать: не нравится

    Thank you for your report. If we determine that adding test cases would be beneficial for those studying the problem after the contest, we may add additional test cases. In such cases, names like after_contest_01.txt will be used. However, even in this case, we will not perform a rejudge or change the contest results.