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

Автор fractal, история, 16 месяцев назад, По-английски

The XXI International Zhautykov Olympiad(IZhO) took place from January 13 to January 17 in Astana, Kazakhstan.

The results can be found here:

Results

Scoreboard with points for each task is available in GDrive.

Problems can be found here:

Problems

Tutorials:

Day 1 Tutorial

Day 2 Tutorial

The tasks were authored and prepared by Tima, Aidos, bthero, sstrong, Mansur, DimmyT, Lokeo, dimachine, ArsenGotov, NaughtyMorzh, fractal.

We are looking forward to seeing you at IZhO 2026.

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

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

Is there a scoreboard that shows the breakdown per problem?

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

Why does the text of the results link say 2020

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

Does anybody have an idea why is this happening? (Why not perfect result?)

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

Problem B's big test cases seem to be weak. To test the intended solution's correctness, I submitted it with O(N^2) implementation, it got 78 :)

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

libobil orz!!!

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

when will editorials be posted?

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

why cant i see others solutions?

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

for problem B is the solution:

Spoiler

If not please share your solution)

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

editorial when?

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

How to solve Ostriches for 100? I think it has something to do with aliens trick. Because if the dp state is dp[pos][pics taken] = max distinct positions, then dp[pos][x] — dp[pos][x-1] >= dp[pos][x+1] — dp[pos][x] is true.