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

Автор antontrygubO_o, история, 3 года назад, По-английски

As Morphy hasn't posted this yet, and as the last big contest of 2020 is over, I think it's time.

2020 was a hard year for all of us, but it still gave us a lot of great contests and, luckily, no notorious coincidences. So, what were your favorite problems in 2020?

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

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

I found this problem to be cool: 1463E - Plan of Lectures. It took me around 2 hours to understand the solution and another 4 to implement, but totally worth my time!

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

E. Ski Accidents (Codeforces Global Round 8)

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

This problem .. I was so proud solving it during contest

»
3 года назад, # |
  Проголосовать: нравится +18 Проголосовать: не нравится
»
3 года назад, # |
  Проголосовать: нравится +87 Проголосовать: не нравится
»
3 года назад, # |
Rev. 2   Проголосовать: нравится +21 Проголосовать: не нравится

I liked Monogon's problems.

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

Edu 99 E. Four Points , loved those 13 WA during contest.

Also , C. Linova and Kingdom , after 11 WA during contest I reached that minimum 450 points score for the problem.

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

I always forget what problems I solved, so here are some good ones from my recent solves:

https://codeforces.com/contest/1406/problem/D

https://codeforces.com/contest/1451/problem/E2

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

This

This

Also this. Couldn't solve it during the contest (3300 is too hard for me) but I love the idea and the solution of this task.

»
3 года назад, # |
  Проголосовать: нравится -79 Проголосовать: не нравится
»
3 года назад, # |
  Проголосовать: нравится +83 Проголосовать: не нравится

1446D2 - Frequency Problem (Hard Version) was my favorite problem in Codeforces. I also loved the solution of Giant Graph from Atcoder.

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

I really enjoyed solving this problem: 1439C - Greedy Shopping

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

1421D - Hexagons was pretty cool :))

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

Nothing comes to my mind, just more and more ad-hocs/"deeply analyze some complicated process" everywhere ;_;

To be serious, here's the list, maybe I'll update it:

some CodeChef problem (by 300iq)

Grand Prix of Zhejiang — D, F, K (by jqdai0815 (I guess))

Grand Prix of Tokyo — B, L (by ???)

Code Jam round 3 — D (by ???)

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

1392E — Omkar and Duck (Global Round 10) was my favourite.

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

AGC50A — AtCoder Jumper: Solution is so elegant and simple, yet so hard to think of :')

1458C — Latin Square: Really cool structure to the problem

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

https://codeforces.com/contest/1457/problem/D Usually, I find bitmasks quite tricky, but solving this problem during the contest was fun

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

Most high-rated users will probably post some hard problems so I'll post an easy one: Dodecagon.

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

    i was expecting a FFT problem

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

      Ironically I don't actually have many favorite FFT problems. The only one that stuck with me is 286E - Ladies' Shop and it is from 2013. Maybe good FFT problems are still too hard for me :P. I don't think I can like the FFT part of the problem unless you have to actually do something interesting in the "frequency domain". But often a FFT problem is just bashing formulas until you get one that FFT can efficiently calculate.

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

IOI 2020 — Mushrooms: dynamic programming-like approach to find optimal query sequence as described here.

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

I really liked this problem and I also really enjoyed solving this problem.

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

I generally don't have favorite problems, but I liked very much the problems from IOI2020!

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

man I really liked 1392D - Omkar and Bed Wars. In fact, now that I think about that that entire round was very high quality. I really wish those psetters would write more in the future.

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

This was a cool dp with optimization problem by dario2994
https://codeforces.com/contest/1427/problem/C

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

This . I solved using different approach. I still don't know its proof.

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

102893I - Points and Segments

Spoiler to problem!
»
3 года назад, # |
  Проголосовать: нравится +18 Проголосовать: не нравится

I really loved Comparing Plants from IOI 2020 Day 1, the setup is really natural but involves ideas that were not obvious at all.

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

1427G - One Billion Shades of Grey

btw, if I pretended that Good Bye 2019 happens on 2020, I would like to nominate 1270G - Subset with Zero Sum

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

Comparing to the last year, I feel that the year 2020 wasn't a productive year even for problemsetters, due to the delay of WF and cancellation of many onsite events. But still I can think of many interesting problems. Problems are roughly ordered chronologically.

Also honorable mention goes to Rooted MST, Insects, Hit, Comparing Plants, Range Diameter Sum.

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

For me IOI 2020 Biscuits was a cool digit dp problem. Working out the ideas on it during contest just felt really satisfying for some reason.

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

    IOI2020 — Stations is definitely TOP 1 in the list of problems that I should've solved during the contest, howerver something went wrong :(

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

I always forget problems after few days of contest .

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

I like all problems from AGC 043, 044. Also, 045 D. (basically I tend to like all problems from rng_58, maroonrk, sugim48)

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

1439A2 - Binary Table (Hard Version) Not sure about my favourite problem(there are quite a few I really liked ) but this problem surely tops my worst problem's list :/

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

Here are some impressive problems:

I set several problems for the local contest this year, and some of them seem to be pretty nice. Here are my two favorite problems:

(both of them have an elegant $$$O(n)$$$ solution :) )

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

1333E — Road to 1600 Pretty constructive problem as I love all chess related problems.

April fools 2020 C- And after happily lived ever they The problem I enjoyed solving the most :)

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

Took me so long to solve it but finally got it :p 1331A - Is it rated?

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

Task D (title: "L") from AtCoder Regular Contest 109, in particular this solution by AnandOza

During the contest, I was trying various ways to map the set of "valid arrangements of stones" into a simpler representation, and failed to get anywhere... the solution of mapping it to

Spoiler

is the kind of brilliant solution that makes you facepalm in hindsight

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

definitely 1355 DIV2 E as it helped me reach CM :D

it was fun to hypothesize that the cost function is first increasing and then decreasing and then apply binary search to find the maxima

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

1331A - Is it rated? (from April Fools Day Contest 2020) XD

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

Recently I did topcoder srm 795 div problem which enjoyed a lot and was tough too , great editorial

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

Top 3 favorite problems for me.

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

Of course 1372E - Omkar and Last Floor !

It took me 2 hours to work it out completely.

It requires a lot of thoughts to get a really clean and short solution!

Wonderful!

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

Of course Latin Square and Pocky Game.

By the way, the latter one is the few problems that i remember their names after i solved them.