| # | 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 |
|
0
In div-2 F / div-1 D Can someone please tell me why java version gives TLE whereas c++ is getting accepted. (i am new to java) |
|
+8
How to solve div-2 E ? |
|
0
Problem F is a thing of beauty. |
|
-24
Can someone please help me figure out why this solution for D is resulting in a TLE. Thanks a lot in advance. Code Found it: Thanks a lot for the help. |
|
+12
Editorial for E is not visible, can you please fix it. |
|
0
Editorial please, it seems to be taking forever. |
|
0
Hope this helps https://mirror.codeforces.com/contest/1398/submission/89925922 |
|
0
Can you tell your approach please. |
|
0
Can you please explain the approach. |
|
+2
I used 3d dp to solve it. Sort all the r, g, b arrays. Now for state solve(i, j, k) => we can have 3 possibilities
Take max of all the three. You will have your answer. Here is the link to code using above approach https://mirror.codeforces.com/contest/1398/submission/89925922 |
|
+3
How to solve E? Can it be solved using set and priority_queue. |
|
+3
Why are not people discussing how to solve questions, i generally try to go through comments to find interesting approaches. Today i don't seem to find any. Can someone please explain how to solve div-2 E ? Thanks in advance. |
|
+1
How to solve div-2 D in O(n root n). Thanks in advance. |
|
0
Rescheduled |
|
0
Me too |
|
+6
How to approach question D? |
|
0
Thanks a ton for your help. |
|
0
Thanks a ton for the help. I will remember this from now own. Feels so good to to see it getting accepted. |
|
0
Using you hint i tried to solve this with kadane's kind of approach, But its getting TLE on test — 9. Can you please help me figure out why is this getting TLE ? https://mirror.codeforces.com/contest/1373/submission/85147824 Thanks in advance for the help. |
|
0
Can anyone please help me figure out why is this O(n) solution for F getting TLE on case — 9 https://mirror.codeforces.com/contest/1373/submission/85147824 Thanks in advance for the help. |
|
0
Right my mistake. |
|
-10
It is 150. |
|
0
It took me more time to figure out correct solution for C than D. |
|
+5
Hint kadane's algorithm. |
|
+9
For me today B < A and D < C. |
|
0
How to solve E? |
|
+11
How to solve D for n <= 10^18 without matrix multiplication? |
|
0
Thank you |
|
0
Can you please provide link to his blog? It would be really helpful to learn from his blog. |
|
+3
How to solve D? |
|
0
Problem E is very interesting. Can someone please help me figure out the best possible solution for problem E if condition b[i] < b[i+1] was not in place. |
|
+8
How to solve Question D? Couldn't come up with a strategy. |
|
+5
Couldn't solve it, but i changed my code for this testcase n = 6 [9, 1, -9, 2, 2, 2] |
|
+4
How to solve D? |
|
0
How to solve E? |
|
-8
Thanks, understood the mistake I was making. |
|
0
How to solve Div-2 D. Will greedy work here ? |
|
+5
I can never understand how this down voting thing works here and I know I will be getting many more downvotes on this , but I just asked a doubt, that sometimes feels like a curse. I thought the whole idea of codeforces is to make people better at algorithms. |
|
-9
I have same doubt, Can someone please explain this in detail? |
|
0
Thanks go it , i assumed lcm to be divisble by x, which was a stupidity. |
|
0
I kind of used the same logic, if possible can you please tell why is this solution failing. http://mirror.codeforces.com/contest/992/submission/39386988 |
|
+1
How to solve div-2 B? |
|
+4
One hell of system testing, Seeing such dynamics in system testing after a long time. |
|
0
How to solve div2-E? |
|
+1
Thanks |
|
+3
I had to read the statement 10 times to understand it. For me it was very confusing. |
|
0
yes. |
|
+11
How to solve div2 -c ? |
|
0
Oh, i thought that was stated in first statement of the problem. I took it for equal number of elements. Thanks for clarifying. |
|
0
But in the statement its given that "There shouldn't be equal elements in the subsets." In this case both the subsets have 2 elements. |
|
0
For ques B Is this a valid test case ? If yes what is the answer for this test case |
|
+4
Can someone translate problem D |
|
0
Thanks for giving me another problem which can be solved with trie. |
|
+1
No i solved it without segment tree. |
|
0
How to solve div2-B ? |
|
0
Thanks for such a nice solution. |
|
+1
Can someone give more detailed explanation of problem D ? Thanks |
|
0
will this work in 1sec ?? . Complexcity of your approach will be (300*300*300)*log10^7 . |
|
0
I did that but got a wa at 3 pretest case. |
|
+3
How to solve Div-2 D |
|
+7
Am I the only one waiting for score distribution ?? |
|
+3
fight for being in div-1 got more interesting . |
|
+1
i used bfs |
|
0
thnx . |
|
+39
System Testing is over . why cant we submit in practice. |
|
0
In prob -B what is the ans of 7 -1 3 1 2 1 1 1 4 4 2 4 3 5 5 |
|
0
please explain how u arrived at this formula .. thnx |
|
0
i know a n*k solution using dp but that will time out . |
|
0
Can anybody tell how to solve div-2 E ?? |
|
0
thanks got it .... |
|
+3
how to solve E?? |
|
0
thnx missed it completely ....and got hacked :( |
|
+13
what was the hacking case in div-1 A |
|
0
how to solve E |
|
0
how to solve E . |
|
+17
how to solve div-1 d . |
|
0
thnx got it .. did mistake in checking ... so stupid of me.. |
|
0
can u tell why my solution was hacked.... on your test case as well i am getting 1 2 as the ans . http://mirror.codeforces.com/contest/480/submission/8311510 i will try to explain my approach . first find if any of x or y exists or not . if they both exist than output 0 if only one exist than output the other one if none exist than starting from every point find arr[i]-x,arr[i]+x,arr[i]-y,arr[i]+y keeping in mind about the overflow. if any of them occurs twice than output that coordinate else output given x and y. did i miss any case ?? |
|
0
can u tell how to do it ... my solution was n^3 dp . |
|
0
thnx ..got it |
|
0
missed it completely ...thnx |
|
+6
how to solve B -div1 ?? |
|
0
i used same kind of approach ... if possible can u tell whats wrong with my solution.... http://ideone.com/TWhSUX |
|
+1
what was the hacking case in div-1 B...my solution got hacked :( |
|
0
how to solve D?? |
|
0
are the prefixes proper or any prefix ... i mean say have already typed "an" and one of my words contain "an" so will my 1 tab be wasted on this . |
|
0
thnx a lot ... |
|
0
can somebody explain the approach of K ... is it trie+dp ?? |
|
+5
Thanks a lot ....it really helped |
|
0
if possible please provide the code as well... |
|
0
thanks..well explained |
|
0
can anyone explain div1-B . I was trying something with trie ....but coludnt get it ... |
|
0
oh i got to know it now .... even i missed it .. but the contest was awesome . |
|
+3
can anyone provide me good editorial for dp with bitmask . |
|
0
what was to be done in div-2 C .... |
|
0
i am getting 4 as the output ... is it right?? |
|
0
can anybody please tell whats wrong with my approch in C ... please help .. http://mirror.codeforces.com/contest/448/submission/7138159 |
|
0
can anybody please explain how to solve D.. thanks |
|
0
can anybody explain me how to solve div-2 D . thnx |
|
0
yeah ...and hope federer wins this one |
| Name |
|---|


