Comments

Thanks Man. :) It worked. U r a Genius.

ya ya thats what i meant. Np you give your exams. BEST OF LUCK. :)

But in my case its not working on Contest URL? As its creating a different folder with all cpp files And when I want to run the cpp file It's showing this

cannot open file:///c%3A/Users/dell/Desktop/vs/A.%20Potion-making.cpp. Detail: Unable to read file 'c:\Users\dell\Desktop\vs\A. Potion-making.cpp' (Error: Unable to resolve non-existing file 'c:\Users\dell\Desktop\vs\A. Potion-making.cpp')

Please help me.

Thanks :)

Auto comment: topic has been updated by FReAk (previous revision, new revision, compare).

On HollwoQ_PelwCheater report, 5 years ago
+19

He is a politician. xD

Thanks. It worked.

Yes you heard it correct. But we all r trying our best to fight with it. And I truly believe that we will success in it. :)

Can someone explain me this part of code. Prob : F2

void dec(int pos, int L, int R) {
    cache[{L, R}]--;

    if (L != R) {
        int M = (L + R) / 2;
        if (pos <= M)
            dec(pos, L, M);
        else
            dec(pos, M + 1, R);
    }
}

me struggling for cyan.

kon h ye

+4

man hope is not everything in this curse world. You should practice as much as you can. Then only you can stand apart from the crowd :).

XD

0

I used to watch Oswald and Noddy

answer is 1e9 + 6 XD

+1

I too think so