MathModel's blog

By MathModel, history, 3 months ago, In English

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}$$$

  • Vote: I like it
  • -28
  • Vote: I do not like it

»
3 months ago, hide # |
 
Vote: I like it +6 Vote: I do not like it

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

  • »
    »
    3 months ago, hide # ^ |
     
    Vote: I like it +7 Vote: I do not like it

    They both are using the fact that if a * b < 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)

»
3 months ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

orz

»
3 months ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

Please, time traveling to the future is not allowed kimononawa

Such actions should result in a ban

»
3 months ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

I'm gonna test more contests!

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

Submission in case you're curious

362534389

»
3 months ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

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

»
3 months ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

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.

»
3 months ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

The idea also appeared in a previous div1.B