CodeChef March Long 2020

@vijju123 Sir, Did you tell this to me or @infinitepro or @tor_baap ?

Definitely NOT me.
Or wait! Does he know?!.. XD

I think he told this to @tor_baap, because he told it as reply of @tor_baap.

Bro I think you sholud listen to your brother.Getting a good college is absolute necessity in country like India,Bangladesh,China.

3 Likes

can anyone tell me what’s wrong with my solution for ENGXOR
[CodeChef: Practical coding for everyone]

You have not added the fast input - output method. Maybe that can be the reason for the TLE in the 2nd Sub - Task of your code. Try adding -
ios_base::sync_with_stdio(false);cin.tie(NULL);

1 Like

Thanks :grinning:
It worked.