Comments

Problem 2101 kingdoms , really skips much desired explanation, in everything it's like it can be proved .

I used the same approach you mentioned in problem d fish graph , but it shows wrong answer. Here's my solution https://mirror.codeforces.com/contest/1818/submission/203940101 , I can't find wats wrong

On touristCodeforces Round #850, 3 years ago
0

Thanks mate my code worked because of this. Thanks for this detailed answer

On touristCodeforces Round #850, 3 years ago
0

I keep getting runtime error of status access violation . I don't know what's wrong in my code, it runs fine on my compiler. https://mirror.codeforces.com/contest/1786/submission/192349129

In div 2 problem c my logic is same as given in this editorial but still it shows wrong answer on test 8 . Here's my solution https://mirror.codeforces.com/contest/1711/submission/165574557 Please help!!!

I am getting a run time error on my submission can anyone chech why that is https://mirror.codeforces.com/contest/1691/submission/159039369 thanks in advance!!

On ArisCodeforces Round #780 (Div. 3), 4 years ago
+2

wtf no editorial till now!!

2 days and still no editorial . WTF!!!

In Question C if input is 7 1 1 1 2 2 2 2 the max clifs possible if 3 while program will give 1

please give the codes as well