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

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

We will hold UNIQUE VISION Programming Contest 2026 Summer (AtCoder Regular Contest 226).

We are looking forward to your participation!

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

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

Reading the statement of E is a kind of cruel torture for everyone I think, including native English/Japanese speakers. It's AHC-like.

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

Attention Is All You Need

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

I got AB and-40.The C is so trash that dfs+empty,and I don't want to dfs and fucked.

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

For D, if we had infinite queues, then are there any asymptotic bounds for the total moves? I think it's nlogn but that's just a guess for the lower bound, since we can potentially sort the elements using it and each comparision mostly leads to a move.

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

    More on this, the nlogn bound is achievable, you can simulate a merge sort using logn queues.ig you can also approximately proof it by keeping a exponentail threshold for making elements go from one queue to another.

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

Why the hell was my first ARC contest such garbage?!

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

When I saw the "Visualizer" on the browser page of problem E, I doubt if I accidentally went the AHC

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

Although the problem E is crazy, I think it's really a fun problem.