|
0
Consider the problem without this condition Example: 1 — 2 — 3 — 10 10 > 1 + 2 + 3 So 'T' can choose 10 at first and win |
|
-21
Look at my short solution for problem D: Python3 |
|
+3
Thankyou for your great help. I was wrong on computing the components. I fixed my code with changing my last loop: The main idea is executing Find function for every unchecked element for path compression. |
|
+1
Oh my silly mistake! I must range 1 to 100 using range(1,101) instead of range(1,100) |
|
0
Can anyone help me by this error please? |
|
0
Very fine and good statements. Thank you for these nice problems, but I had some problems with pretests on problems B and C -specially. |
|
0
And how about the challegne of problem F? Can anyone guide me? |
|
0
Has any one solved the problem E like the tutorial? Please post your code. |