A collection of CCC problems and solutions in C++ and Python
Problems can be found here
You can use the provided script or compile manually
./compile --help
./compile <year> <problem>
When typing with Python, use the typing
module as the grader doesn't support list[int]
, only List[int]