aryanc403's blog

By aryanc403, 4 months ago, In English

I'm currently live discussing the problems. I will add problemwise timestamp after the discussion stream, and also format the blog properly.
You can join in if something in this blog is unclear or you have more questions.

2025A - Два экрана

Idea

My submission — 285842091

2025B - Биномиальные коэффициенты, ну типа

Hint 1
Hint 2
Hint 3

My submission — 285848201

2025C - Новая игра

Solution 1: Hint
Solution 2: Hint

My submission — 285852480

2025D - Проверка характеристик

Hint 1
Hint 2
Hint 3
Hint 4
Hint 5
Hint 6

My submission — 285868260

2025E - Карточная игра

Hint 1
Hint 2
Hint 3
Hint 4
Hint 5
Bonus

My submission — 285892958

2025F - Выбери свои запросы

Hint 1
Hint 2
Hint 3
Hint 4
Hint 5
Hint 6
Hint 7

My submission — 285887128

  • Vote: I like it
  • +81
  • Vote: I do not like it

»
4 months ago, # |
  Vote: I like it +15 Vote: I do not like it

thanks for editorial... :)

»
4 months ago, # |
Rev. 2   Vote: I like it +16 Vote: I do not like it

Great blog!

Problem E indeed can be solved in $$$m\log{m}\log{n}$$$ using convolution with binary exponentiation. code

»
4 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Nice hints for D.

»
5 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

HOW you can use binary search in problem A??? (in tags) My brain is blown. Is'nt looks like calculate correct answer and then try to get this calculated number in binary search loop? wtf