| # | 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
Can you tell why my top down dp giving the memory limit exceed ??for problem E |
|
0
Great contest d is really a nice one div2 |
|
On
MikeMirzayanov →
2020-2021 ICPC, NERC, Южный четвертьфинал (онлайн-трансляция, правила ICPC, предпочтительно команды), 5 years ago
0
thanks for your reply i definately look into my debugging skill i changed one thing cout<<(*it) by changing this why its accepted RE code link https://mirror.codeforces.com/contest/1468/submission/102338964 accepted code https://mirror.codeforces.com/contest/1468/submission/102364359 Can you tell is that something with syntex when i was getting RE?? |
|
On
MikeMirzayanov →
2020-2021 ICPC, NERC, Южный четвертьфинал (онлайн-трансляция, правила ICPC, предпочтительно команды), 5 years ago
0
https://mirror.codeforces.com/contest/1468/submission/102338964 can you please tell why it is giving runtime error on test 46 i am not able to figure it out my mistake |
|
On
MikeMirzayanov →
2020-2021 ICPC, NERC, Южный четвертьфинал (онлайн-трансляция, правила ICPC, предпочтительно команды), 5 years ago
0
https://mirror.codeforces.com/contest/1468/submission/102338964 can you tell why it is giving runtime error in test 46 not able to figure it out.. |
|
On
MikeMirzayanov →
2020-2021 ICPC, NERC, Southern and Volga Russian Regional Contest (Online Mirror, ICPC Rules) — Tutorials, 5 years ago
-84
https://mirror.codeforces.com/contest/1468/submission/102338964 Can you tell why this is giving runtime error in test 46 I am not able to figure it out.. |
|
0
Jurys anser is 1 1 2 0 1 0 and yours is 1 2 3 0 1 0 |
|
0
can you explain leaf trick bit more i didnt get that?? |
|
0
declare your array globally or declare your array with number of elements because in every test case array is initialising with 0 and if test case is 1000 then 2*100000*1000 will be 200000000 will give tle |
|
0
ohk thanks |
|
0
can you tell your aprroach for problem f?? |
|
+5
great |
|
+5
what is your test case?? |
|
+8
so creating map will add to complexity?? |
|
+8
https://mirror.codeforces.com/contest/1454/submission/99432026 can you tell why this is giving tle for b?? |
|
0
https://mirror.codeforces.com/contest/1454/submission/99432026 can you tell why this was giving tle its O(n) solution for problem B |
|
0
If in C problem if we have to minimize the number of steps performed then how we can do this?? |
|
0
which colour is winning state in this?? |
|
+3
ohk thanks for explaining |
|
0
so in one iteration we calculate all f[i] and then check sum of all character f[i] should be 0?? so it means f[i] can also be negative?? |
|
+5
if in c problem z can also be converted to a then how can we do that ?? |
|
0
how this is working correctly?? |
|
0
But in this algo we were checking by setting l and traversing how can we guarantee about r may be at some point sum increase but then after that other point the r has higher msb then sum can fall in between also ? |
|
0
How we got the intution that for particular l we have to iterate till sum less then 2^(k+1) ?? |
|
0
Can you explain your approach for problem E?? |
|
0
I didnt get why we reversing the array in the E problem as we fixing left point then it will automaticlly calculate all possible r ?? |
|
0
I have question that the game s going on sequential way like if citizen go to level 2and then in next step bandid go to level 2 then it will not catch them ?? or it will only catch when it only at leaves?? |
|
0
Can you tell your approach for D and the theoram mentioned in editoriol standard in cp?? |
|
0
Yess i got it thats silly mistake thanks for your time |
|
0
where to put this line?? my dp state storing sum of numbers why to store with mod?? |
|
0
No it showing wrong answer on test case 4?? |
|
0
https://mirror.codeforces.com/contest/1433/submission/96212192 Can you tell me where i am doing wrong in my code for problem F?? |
|
0
https://mirror.codeforces.com/contest/1433/submission/96212192 Can you tell me whwre i am doing wrong in my dp code ??for problem F |
|
0
but how do we find that sequence what you searched in google specicifically?? |
|
0
Can you tell what is OEIS and how we can get anser from that?? |
|
0
In which question max flow and min cut are usefull?? |
|
0
Ohk so if I make edges undirected for each I with I+1 only then it will work so i can decrease each edge for each m?? |
|
+3
So if I add for only for one position (I+1) then that will not work?? |
|
+3
Why with i-1 is it necessary for adding i-1?? Why it will come forward after going to backward is it not optimal to add only I+1th edge?? |
|
+3
You wrote every teleport connected to two nearest 2 row wise teleport if some teleport is index i to which which it connected?? |
|
0
What are the prerequisite to learn it?? |
|
+4
Is maxflow minflow some algo?? Related to graph?? |
|
0
I know what is vector I k saying what is use of that in the code logic I want |
|
0
Can you tell in problem E editorial what is the use of ord vector?? |
|
0
Indeed |
|
0
Can you tell is problem D is some standard type based because getting that intution was tough at first tym as mentioned in solution |
|
0
Is D problem has to be solved in that way how to get that intution someone should have solved 1 question at least of that type I think |
|
0
Nicely written keep making these type of blogs for upcoming contests also |
|
0
So it means who has high processor laptop dont need to worry about time complexity?? |
|
+5
What is intel vectorization and why this O(n^2) solution passing?? |
|
0
Yess C1 by dp will work.. And is there any specific reason for giving ai values from 1 to n?? |
|
0
Yess if we go by approach for maxima and minima approach for C1 problem then will it work?? |
|
0
Can you tell if the elements of array in C1 are not distinct what will happen?? |
|
-20
great initiative is it paid or free?? |
|
0
So first we are decreasing all array element by 1?? |
|
0
Neil can you clear how you made this formula ai * n + bi because if at some indexes if both ai and bi are N then it can overshoot N^2 isn't the size of array should be (N^2+N) both for upper bound?? Correct me where I am wrong I m confused in it.. |
|
+5
Ohk thanks for your time.... |
|
0
So in my while loop I should make a if condition if the input string is correct then I will continue loop and if it's incorrect I should return 0?? In this way it will work or different syntax I should prefer for this?? |
|
0
Can you guide me how to fix it?? It's my first interactive problem... |
|
0
https://mirror.codeforces.com/contest/1363/submission/82288453 can anyone tell me why i am getting memory limit exceeded in my code?? i have submitted 10 times not able to figure it out please help?? |
|
0
i havenot done graph till now...i have done trees and after seeing this i thought it can be done by trees and i was troubling which type of implimentation of tree is this is it bfs of graph implimentation?? i should red graph first then try this question?? any suggestions welcome... |
|
0
can anybody explain how to solve problem E i am not getting it as i want to know how to things will work on tree can anybody show tree diagram?? |
| Name |
|---|


