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

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

The legends say that participating Blitz Rounds , Increases your choice of getting a higher rank on competitions in general.

In the honor of kimononawa , the writer of Eolymp Blitz 12 , and the main lore goes to D. Permutation Minimize Product where it used the same idea and framework of Today's 2D/1B .

Editorial of The origin problem : Editorial

So , Indeed If you've seen the task (the technique in general tbf) , then it's very doable in this case.

The problems are similar because they both are using the fact that if $$$a \times b \lt n$$$ then one of $$$a$$$ and $$$b$$$ should be less than $$$\sqrt{n}$$$, hence in each pair $$$(i,j)$$$ one of $$$a_i$$$ or $$$a_j$$$ is less than $$$\sqrt{n}$$$

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

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

how is it similar with today's Div2 D ? I don't find any similarity by reading the problem statement

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

orz

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

Please, time traveling to the future is not allowed kimononawa

Such actions should result in a ban

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

I'm gonna test more contests!

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

Submission in case you're curious

362534389

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

Definetly helped me solve today. Just another proof that we all should do more eolymp contests.

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

Hmmm... https://eolymp.com/uk/problems/12265 ... If you go to the analysis tab, you can see that you provided an analysis for a similar task that was previously on this site.

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

The idea also appeared in a previous div1.B