|
0
Hey can you please explain why you are updating link[last] to node in line number 49 of your code. |
|
+3
I did bfs after putting all empty cells in set rowwise and column wise and deleting cells from set after pushing in bfs queue but got TLE on test 6 |
|
+4
was O(N*M*2*log(n*m)*8) too much for D |
|
0
Codeforces is not so strict with time limits :D until you are writing some sub-optimal solution in which case you need to edit this #define int long long |
|
0
Same happened with me in B i just looped from a+1 to b without noticing constraints lost 50 points :( |
|
0
I use this, It save me from overflows :D |
|
+4
Solution was O(1) answer is always Karen :D |
|
+6
O(N^2*6) DP getting TLE in C but O(N^2) Pascal's trangle passing :( too strict time limit |
|
0
Thanks |
|
+19
No mention of winners :( . Don't know I will ever come under 5 or not again :( |
|
На
MikeMirzayanov →
Технокубок 2018 — Отборочный Раунд 1 (и открытые рейтинговые раунды Codeforces Round 434 Div.1+Div.2), 9 лет назад
+2
What would happen if two person attempt to hack a code simultaneously when there is a queue on hacks ?? |
|
На
MikeMirzayanov →
Технокубок 2018 — Отборочный Раунд 1 (и открытые рейтинговые раунды Codeforces Round 434 Div.1+Div.2), 9 лет назад
+8
Experiencing Queue on hacks for the first time |
|
+13
Is TOPCODER Arena Down??? |
|
0
but same code is ac in g++5.1 and wa in g++ 14 i have given links in my comment above |
|
+3
sqrt ac in g++5.1 |
|
0
|
|
+1
i solved it using binary search and got ac :) |