feat(codeforces/993): ak

This commit is contained in:
Barrett Ruth 2025-05-18 13:18:30 -05:00
parent ee35513364
commit 1e18e29af4
26 changed files with 158 additions and 247 deletions

View file

@ -19,6 +19,7 @@ setup:
test -d build || mkdir -p build
test -d io || mkdir -p io
test -d scripts || mkdir -p scripts
test -f .clang-format || cp $(HOME)/.config/cp-template/.clang-format .
test -f compile_flags.txt || cp $(HOME)/.config/cp-template/compile_flags.txt . && echo -std=c++$(VERSION) >>compile_flags.txt
test -f .clangd || cp $(HOME)/.config/cp-template/.clangd . && echo -e "\t\t-std=c++$(VERSION)" >>.clangd