| # | User | Rating |
|---|---|---|
| 1 | Benq | 3792 |
| 2 | VivaciousAubergine | 3647 |
| 3 | Kevin114514 | 3611 |
| 4 | jiangly | 3583 |
| 5 | strapple | 3515 |
| 6 | tourist | 3470 |
| 7 | Radewoosh | 3415 |
| 8 | Um_nik | 3376 |
| 9 | maroonrk | 3361 |
| 10 | XVIII | 3345 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 162 |
| 2 | adamant | 148 |
| 3 | Um_nik | 146 |
| 4 | Dominater069 | 143 |
| 5 | errorgorn | 141 |
| 6 | cry | 138 |
| 7 | Proof_by_QED | 136 |
| 8 | YuukiS | 135 |
| 9 | chromate00 | 134 |
| 10 | soullless | 133 |
|
On
Dominater069 →
Invitation to CodeChef Starters 154 (Rated upto 6 stars) - 2nd October, 20 months ago
+1
You can check my video editorials of Count Winning Subarrays and Tree Cut Xor if needed |
|
0
After the entire contest, I realized there is only one sheep in problem D LOL :( |
|
+1
|
|
On
atcoder_official →
Panasonic Programming Contest 2024(AtCoder Beginner Contest 354) Announcement, 2 years ago
0
You can check my video editorials of D, E, and F here |
|
0
You can check video editorials of E and G here |
|
0
You can check out video editorials of C, D, E, F if you are stuck |
|
0
If you need video explanations of C, D, E and F, you can check my video editorials here |
|
0
You can check my video editorial |
|
+1
Hey all, found the issue. The issue happens when you have some connected components having the same value, and if the first node is connected to N, the later nodes will not have proper dp value. Now if some of the later nodes have longer paths we will not be counting them. Providing one test case related to that. Spoiler To solve this as mentioned by Swishy123 we have to merge the same nodes, I have used DSU, you can check my Accepted code |
|
+6
If we are only traversing v[j]>v[i] then its kind of traversing a dag only, if we are traversing v[j]=v[i] the value of dp[i] wont change right? What could be the issue then |
|
0
But the value of dp[i] will not change if I move to the same color vertices. Am I missing something, can you point out one such case? |
|
+10
Why normal dfs with dp will not work for E if we only jump to node j from i if a[j]>=a[i]. My code for ref. Can anyone point out why is it failing? |
|
On
atcoder_official →
TOYOTA SYSTEMS Programming Contest 2023(AtCoder Beginner Contest 330) Announcement, 2 years ago
0
Anyone having problems with E and F can check out my video editorials |
|
0
Thanks for the reply found out that deleting from an empty set was the issue. Though I did not except a TLE for that, if got RE then would have thought in that direction |
|
0
I checked both of your submissions (You and the comment above) but did not find any significant differences than my implementation, dont know whats the issue |
|
0
Thank you |
|
0
Thanks got it now. It was the case for handling empty sets for M=1, never thought of it as was not expecting TLE because of that. Thanks again |
|
0
Got TLE on E using 2 multisets, anyone got AC with this approach please share their solution |
|
0
You can check out my video editorial of the first 2 problems if you want |
|
On
maroonrk →
Daiwa Securities Co. Ltd. Programming Contest 2022 Spring(AtCoder Regular Contest 138)Announcement, 4 years ago
0
You can check my video editorial of A and B if you have any confusion |
|
+5
You can check my video editorials of D and F if you want. I will upload E in a while |
|
0
Yes I will upload Edit: D uploaded |
|
+15
Can check out my video editorials of D,E and F if you have any doubt |
|
+3
You can check out my solution videos if you want |
|
0
Is there anything in any other CP platform which you like/liked and want to implement in Codeforces or have already implemented? |
|
+3
Anybody has an edge case for D getting 14 out of 15 AC and 1 WA :( |
|
+12
I have tried to explain the first 3 problems here. Anyone having difficulty with these 3 problems can try it out. |
|
+19
It fully depends on what you are doing. For CP C++ would be the best, for ML its python and Java for Web/App. |
|
+12
I think all the plagiarism related things you can comment in this blog |
|
+11
You can check it here |
|
-18
As this is the last problem of the contest. Can they just delete the problem from the problemset and recalculate the scores? |
|
On
antontrygubO_o →
Invitation to CodeChef SnackDown Elimination and Parallel Rated Contests, 4 years ago
0
Just a doubt if the path is something like Now |i-j| in A is 3 and in B is 5. But if we think all Cij in A costs D-1 and in B costs 0. The total cost will be 6D-3 and 5D in A and B respectively. |
|
+19
Yes, you are right |
|
+18
I used to think set operators like |(Union),&(Intersection) in python has O(1) time complexity. |
|
0
Nice Website Spoiler You can remove the Rated Contest part and the horizontal stripes from the login page as you are redirecting the user to mystats page after login. So they are of no use. |
|
0
mr_practice001 I think the testcases of The One Where Joey Dates Rachel is weak. This AC solution is giving output as -1 for the testcase The answer should be 2 |
|
On
CodeChef_admin →
Invitation to CodeChef November Cook-Off + SnackDown Pre-Elimination, 4 years ago
+18
Top 500+80 will qualify for the elimination. So the top 500 out of those 580 will get T-shirt!! Does not seem right for me |
|
On
CodeChef_admin →
Invitation to CodeChef November Cook-Off + SnackDown Pre-Elimination, 4 years ago
+34
I have realized that after seeing your comment, LOL |
|
On
CodeChef_admin →
Invitation to CodeChef November Cook-Off + SnackDown Pre-Elimination, 4 years ago
+13
CodeChef_admin Will the top 500 of this round get T-shirts? |
|
On
chokudai →
TOYOTA SYSTEMS Programming Contest 2021(AtCoder Beginner Contest 228) Announcement, 4 years ago
0
The answer should be 0 for this but your code will print 1. Same thing happened with mine then I check if M is multiple of 998244353 answer should be 0 |
|
On
chokudai →
TOYOTA SYSTEMS Programming Contest 2021(AtCoder Beginner Contest 228) Announcement, 4 years ago
+2
Would be stuck on C if the clarification had not come. I was finding if K rank is possible or not instead of top K. Happened with someone else? |
|
+8
Here is the editorial |
|
+12
|
|
+20
They have made Long Challenge unrated for the same reason. |
|
0
I think not always e.g. Here the answer is 2. |
|
+53
Will you make others' solutions visible? |
|
+39
I think this tc should be added in E |
|
On
anta.baka →
Codeforces Round 692 (Div. 1, Div. 2) and Technocup 2021 — Elimination Round 3, 5 years ago
+14
But it is not optimization . How can you know your code will get FST after getting pretest passed in 125 ms where limit is 2000 ms . Why will u optimise ur solution in this case? |
|
0
I am not blaming them . I just want to say they should check if the python solution is getting accepted with a considerable margin . If not they can just increase the time limit by some milisecond . 1 to 1.5 or something like that. |
|
-29
In today problem C I have submitted O(n) solution in pypy3 it got TLE in tc 6 . Again I have submitted almost same solution and got an AC in 997 ms . I have seen most of the pypy3 codes getting execution time above 900 ms . |
|
On
ProblemAsker →
How to find smallest substring that is a pattern of it's string in nlogn?, 6 years ago
-19
Ohh I have not noticed that sorry... |
|
On
ProblemAsker →
How to find smallest substring that is a pattern of it's string in nlogn?, 6 years ago
-49
I think it can be done with binary search on the length of the pattern You can easily write can function in O(n) |
|
+5
Is there anyone whose same solution for div2C get TLE in python but get accepted in c++ ? |
|
0
You mean in the explanation?? |
|
+3
Where it is mentioned in problem D that we can increase or decrease one element in an operation more than once?? I mean a[i]-m*x or a[i]+m*x is possible for m>1 also in one single operation???? |
|
0
But I used a set of only 3 elements :( |
|
0
Hey can you look into my code too please |
|
0
Please someone answer why my code for div2 B 68280267 is getting TLE , though my complexity is O(n^2(k+log(n)) |
|
+1
So please[submission:68273655] tell me why my code in O(N**2K) getting TLE 68273655 |
|
0
My submission for C giving WA. Someone please help!! Edit:: I think I got my mistake.. |
|
On
Endagorion →
Codeforces Round 596 (Div.1, Div.2) and Technocup — Elimination Round 2, 7 years ago
0
Same , very sad , a map could do the work |
|
0
Can anyone please explain what is map of vectors ?? Because most of the solutions of Problem D were done with it.. |
| Name |
|---|


