This repository contains the solutions of the problems that I have solved on Codeforces. The solutions are written in Python.
- Clone this repository
- Make sure that
Pythonis installed on your system. - Go to the directory of the problem you want to see the solution of
- Create a new file for the input of the problem. Ex:
test.inp,input.inp, etc. - Input the test cases in the input file.
- Run the python file with the input file as input. Ex:
$python prob0*.py < test.inp