Skip to content

Instantly share code, notes, and snippets.

@codekundan
codekundan / Makefile
Created March 5, 2026 10:02 — forked from ecnerwala/Makefile
Competitive Programming Makefile
# +--------------------+
# | |
# | GENERAL CONFIG |
# | |
# +--------------------+
PROBLEM_NAME := problem_name
DEBUG := true
LANG := cpp
@codekundan
codekundan / download_prob.py
Created March 5, 2026 10:02 — forked from ecnerwala/download_prob.py
ecnerwala's CP template system
#!/usr/bin/env python3
"""Download and setup problems from Competitive Companion
Usage:
download_prob.py --echo
download_prob.py [<name>... | -n <number> | -b <batches> | --timeout <timeout>] [--dryrun]
Options:
-h --help Show this screen.
--echo Just echo received responses and exit.