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

Luke-zhang-04/CCC-Problems

Repository files navigation

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]

Releases

No releases published

Packages

No packages published