| # | 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 |
|
-22
Fucked in the ass. Once you submit you can't try the same problem. You should be punished! |
|
+13
will there be English editorial? |
|
0
Hi Arpa, I can not understand, why is this approach called dsu on tree? This approach has a nice trick to reduce complexity by saving data about "big child". I can't see any special similarity with general dsu approach. In general dsu problems, we merge 2 subset into 1 set by linked list approach. But, in your tutorial there is no "merge" function. Am I missing something? Also I see that, in your 600E's solution 14554536 you used merge functon. I can't understand, could you please explain that code? |
|
0
Yes, that's clear now. But, I can't understand the 2nd equation. What is being computed there and how: dp[i][j] = dp[i][j] + dp[i][j-1]*j*(i+2*(j-1)) ? |
|
+3
|
|
+5
Can someone explain their solution of D? Thanks! |
|
0
when merging, node.ANSWER=(right.MAX-left.MIN) I guess Thanks a lot man! |
|
0
Can you find what's wrong in this idea: |
|
+3
Thanks! :) |
|
+6
Sorry, didn't get it. what's "5 degree freedom of area"? And how to expand and contract area? Please elaborate! |
|
0
|
|
+3
could you please elaborate a bit on div2-hard? |
|
0
can someone explain div2 medium? |
|
0
it is not what I asked |
|
0
what is h[v] and depth[v] in div2D editorial? |
|
0
but 1 isn't a multiple of 3 |
|
0
can anyone explain statement or sample cases of problem E? |
|
0
I think, He said to explain the problem not solution. |
|
0
can anyone explain what " lifting " means in div2D editorial? |
|
+3
editorial please! |
|
0
Auto comment: topic has been updated by Agassaa (previous revision, new revision, compare). |
|
+2
how is this dp solution? could you give some hints? |
|
+6
can anyone explain D div2 a bit more with examples? its editorial is not clear for me. |
|
0
Adding "http://www.topcoder.com" creates this message: so, I added this: "https://www.topcoder.com" but didn't work! |
|
+5
how to solve E? it seems less harder than D(how to solve D by the way) |
|
+6
constraints? |
|
On
akshit.lite →
Sum Of Maximum's of all contigous sub-arrays of length k of a given Array., 10 years ago
0
can anyone please explain how to do with segment tree? |
|
0
Thanks for pointing out the error. but is there any solution without segment tree? |
|
0
without segment tree: suppose, find[i] is the position of next different element. we'll precalculate find[]. Now, after update(p,x) if Ap = Ap + 1 then find[p] = find[p+1], if Ap != Ap + 1 then find[p] = p+1 |
|
0
Bonus on problem E: solve the same problem for a Graph. |
|
0
The format of the contest is similar to that of Codeforces and TopCoder is there any similar challenge phase or hacking options like TC and CF? |
|
0
Then changing the "test round" timing would be better. Now, it is intersecting with next CF round. |
|
-6
I have exam tomorrow, can't play now. It would be better if you could explain now :) |
|
0
problem A It can be shown that the answer is simply the 1-based indices of the one bits in the binary representation of n. how to show that? please explain! |
|
0
Thanks! |
|
0
can you share your code please? |
|
+1
div2 problem statements were unnecessarily too large. And compared to previous rounds, problems were not interesting at all. Mere implementations :/ |
|
+10
but, I don't understand how the find() function was working, could you explain please? ideone link |
|
0
My O(N^2 logN) solution is too much slow. I used faster I/O methods, c++ and no energy saving modes. Can you please take a look? Is this actually more than O(N^2 logN)? |
|
+1
Problem C: I didn't understand this line: "Now we will make an array endPos, where endPos[i] is true when t[i, i + cur_len - 1] = s[i - cur_len + 1, i]. We will update this array, adding symbols t[i], t[i + 1], t[i + 2] and so on." what is cur_len? How to find cur_len? "adding symbols t[i], ... so on." where are we adding what? and how to use endpos to get the final answer? Please someone clarify it in details! |
|
0
I don't understand problem D, can anyone make it more clear? Does the problem just wants us to find the number of points all line segment covers? or, it needs to deal with area and square? |
|
0
that's right, I was so stupid. Thanks for replying :) |
|
0
Can you point out that mistake please? |
|
0
For problem D, I used compression, but TLE on test #16, can anyone explain why? |
|
+72
Why DemiGuo's rating did not change being in TOP 5? |
|
0
How to solve Similar Strings? |
|
+1
Contest has just ended. How to solve F, G and J ?? I only solved A and E. |
|
0
ok |
|
0
Thanks :) |
|
0
So, there is no specific formula for this problem (in terms of math not complexity)? And, considering fibonacci series, answer will be always between 1.618^n to 2^n-1, right? |
|
0
Thanks to you both. It would be more helpful if anyone could help me on the updated version of the problem. |
|
0
Auto comment: topic has been updated by Agassaa (previous revision, new revision, compare). |
| Name |
|---|


