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

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

As 2024 nears its end, let’s share the problems we enjoyed the most this year so far! Drop the problem name, link and what made it special (optional).

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

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

2044F - Easy Demon Problem Quite an interesting problem, looked really hard but had an easy mathematical solution (Do give it a try if you haven't).

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

    Would you mind giving some hints about it?

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

      Think about how you could decompose the query that you have been given into parts that you can correlate with the orignal input.

    • »
      »
      »
      55 минут назад, # ^ |
        Проголосовать: нравится 0 Проголосовать: не нравится

      Try factoring

  • »
    »
    81 минуту назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    Indeed, this is one of the best questions I came across this year.

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

1933E. Xor-Grid Problem It demonstrates the magical nature of XOR operations, completing the missing rows and columns in an array.

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

1919D — 01 Tree Everything fits so nicely together!

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

2029C - New Rating Although dp is easier to think here, the bin search solution is really satisfying.

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

1843E — Tracking Segments binary search on the prefix sum!

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

https://mirror.codeforces.com/contest/1931/problem/F It was such a nice thing to use cycle detection in a statement like this.

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

Universal Cup 3.11 O - New School Term

I enjoyed being trolled by this problem. The final observation is so natural, yet so invisible. As far as I know, some LGMs were also trolled.

  • »
    »
    33 минуты назад, # ^ |
      Проголосовать: нравится +1 Проголосовать: не нравится

    Can you share the observation? My idea is a bit ugly.

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

1977D - XORificator never seen this trick before and thought it was unsolvable before seeing the tutorial

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

ARC171E — Rookhopper's Tour

The setting feels very chaotic to me initially, but after thinking it though, it turns out there exist an elegant way to analysis the problem model very simply to make it solvable. It's just... astonishing!

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

D. YEET!

Not because I'm the author , but because the non-randomized solution is really satisfying and cool !

For Problems I solved , hmm

B. Shohag Loves Strings is cool.

D. Harder Problem is indeed a nice "harder" trolling problem .

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

https://mirror.codeforces.com/contest/321/problem/C

My 1st and only centroid decomposition AC

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

I don't know about best problem, but worst problem of the year is definitely problem C in APIO, the problem sucks A LOT

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

All of the median related problems which appeared in late 2024