Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 980 Bytes

File metadata and controls

19 lines (15 loc) · 980 Bytes

CompetitiveProgramming

cpc solutions Project Status: Active – The project has reached a stable, usable state and is being actively developed.

My solutions for competitive programming problems.

Compile and run with input file

C++

g++ filename.cpp && ./a.out < inputfile.in

Author