| # | User | Rating |
|---|---|---|
| 1 | Benq | 3792 |
| 2 | VivaciousAubergine | 3647 |
| 3 | Kevin114514 | 3603 |
| 4 | jiangly | 3583 |
| 5 | strapple | 3515 |
| 6 | tourist | 3470 |
| 7 | dXqwq | 3436 |
| 8 | Radewoosh | 3415 |
| 9 | Otomachi_Una | 3413 |
| 10 | Um_nik | 3376 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 158 |
| 2 | adamant | 152 |
| 3 | Proof_by_QED | 146 |
| 3 | Um_nik | 146 |
| 5 | Dominater069 | 144 |
| 6 | errorgorn | 141 |
| 7 | cry | 139 |
| 8 | YuukiS | 135 |
| 9 | chromate00 | 134 |
| 9 | TheScrasse | 134 |
|
+3
But sadly it was stated that K <= N. That was really tricky. What a sad story! |
|
+6
The time is rarely suitable for coders in China. :) PS. The College Entrance Examination will start tomorrow morning. Good luck! God bless us! |
|
+8
I think the idea of converting the problem used in solution 2 to Div1.C is great because it avoids the waste of height decreased. I would like to share my thoughts on why it can be converted to such a new problem. We just need to consider the case where there is only one bamboo. Consider any scheme in the original problem. When you waste for the first time, which corresponds to a segment intersecting with the horizontal line y = 0, you can just move the footprints in the past upwards to make them all above or on y = 0. Notice that this guarantees that all the footprints are not below y = 0, and you move footprints only upwards. Besides, it is obvious that when you are about to make the (i + 1)st footprint, it is sure that the i-th footprint is at the correct position. That suggests the final point, which is required to be below y = k, is finally at its correct position in spite of the moving operation. So we can see that every scheme in the original problem corresponds to a scheme in the new problem. Now consider a scheme in the new problem. If the position of the first footprint is (0, x), then x ≥ h must be satisfied. Let d = x - h. Then try to move the footprints downwards by d. When they have moved by d' < d, and there are footprints on y = 0, just find the leftmost one, say chronologically the i-th, and iteratively try to lower the footprints from 0 to i — 1 by d - d'. Finally we can see the first footprint becomes (0, h), and the last footprint is still not above y = k. Thus every scheme in the new problem corresponds to a scheme in the original problem. Then we know the two problems are equivalent. |
|
0
It should be noticed that this editorial has so far been really detailedly written. So no wonder we have to wait for long to see the complete version. |
|
+28
The contest is prepared by Chinese but I really don't think it is prepared for Chinese because it will start at 1:00 am UTC+8. |
|
0
Could somebody please tell me what 'the left part' and 'the right part' respectively mean in Div1.D? I feel it hard to understand. Thanks in advance. |
|
0
I think that g(x) should be |
|
0
But there can be two different X(x)s which satisfy X(x)2 = S(x). So which one does |
|
0
Thanks to the explanations, I have understood this algorithm. Actually there can be two different square roots but only one of them could keep the inverse exist. By the way, I do not know clearly the defination of the notation |
|
0
I am sorry that I still don't understand. Could you please give a more detailed explanation? Thank you! |
|
+8
Could someone please tell me why the equation F(z) = C(z)F(z)2 + 1 in 438E has only one solution? |
|
+8
I think that there is a mistake in the solution described above to Div1 E. In my opinion, the value of p should be ![]() Look at the figures below to see why.
The two types of situations will simultaneously lead two triangles to be illegal . And the two situations below will only lead one triangle to be illegal.
So the coefficients should be 2 2 1 1 instead of 1 1 1 1. I think it is just a careless mistake made by the author. |
|
0
Should I call the process of analyzing the complexity in 438D potential analysis? |
|
0
That solution is easy to understand. Thank you! |
| Name |
|---|


