Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 424 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 424 Bytes

CCC Problems

A collection of CCC problems and solutions in C++ and Python

Problems can be found here

Running or Compiling C++

You can use the provided script or compile manually

./compile --help

./compile <year> <problem>

Notes:

When typing with Python, use the typing module as the grader doesn't support list[int], only List[int]