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

Автор schrodingerstom, 5 часов назад, По-английски

2224A - Zhily and Array Operating

Tutorial
Implementation

2224B - Zhily and Mex and Max

Tutorial
Implementation

2224C - Zhily and Bracket Swapping

Tutorial
Implementation

2224D - Zhily and Barknights

Tutorial
Implementation

2223C - Zhily and Signpost

Tutorial
Implementation

2223D - Zhily and Cycle

Tutorial
Implementation

2223E - Zhily and Permutation

Tutorial
Implementation

2223F - Zhily and Colorful Strings

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

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

Sorry, the implementation might be unauthorized, we're solving it...

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

    should be fixed now

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

https://mirror.codeforces.com/contest/2224/submission/373788886

The java implementation for 2224D solution 2 got TLE with Fenwick tree, but it passed with merge sort. Wondering why...

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

The solution for Problem $$$\textbf{Div2}$$$ $$$C$$$ is not clear!!

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

I created video editorial for D. Zhily and Barknights

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

can someone pls point out the mistake in this? (the function full of comments is taken from gfg)