Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 176 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 176 Bytes

Competitive Programming

How to start solving a new problem

  • bash create.sh <dir>
  • Write a solution in main.cpp

How to execute a solution

  • bash run.sh <dir>