Competitive-Programming icon indicating copy to clipboard operation
Competitive-Programming copied to clipboard

Misc things related to CP

Results 9 Competitive-Programming issues
Sort by recently updated
recently updated
newest added

Hey Luv, can you please update the sublime build form c++14 to c++17 as many times c++14 & c++17 give different outputs on CodeForces.

Hi there, I am using mac with m1 chip. The above code worked with my clang compiler.

I would like to make an update that Sublime Text 3 supports showing build errors in the same line. As show below. ![9192853767417b97ae7ce625e0f911512e2b1437](https://user-images.githubusercontent.com/58984074/146976288-4aa65bf0-9712-46b2-a0e2-71d9d624dc72.png) It's actually very useful during Contest when...

@luvk1412 fixed os-x-sublimed-build

added nth fibonacci in log(n) . n can be upto 1e18.