1
0
Fork 0
My templates for competitive programming. (mostly C++)
Go to file
subcrip 4b5dd8da79 Update include.hh
Signed-off-by: subcrip <contact@subc.rip>
2024-05-31 10:00:27 +08:00
acrobatics 2023-12-02 12:05:10 +08:00
dp Add dp/knapsack.cc 2024-05-29 19:17:38 +08:00
graph Update graph/hld.cc 2024-05-22 11:48:26 +08:00
misc Add misc/set_intersection.cc 2024-04-12 09:27:25 +08:00
number Add number/factcount.cc 2024-05-29 19:46:37 +08:00
string Delete string/hash_deque.cc 2024-05-27 22:53:33 +08:00
trees Update trees/segtree_generic.cc 2024-05-30 20:30:10 +08:00
.gitignore gitignore 2023-12-02 11:37:13 +08:00
README Add README 2024-05-29 17:03:07 +08:00
asm.py Create asm.py 2024-02-11 16:02:26 +08:00
empty test signed commit 2024-03-19 11:53:49 +08:00
include.hh Update include.hh 2024-05-31 10:00:27 +08:00

README

Use at your own risk.

Compile flags:
clang++ -std=c++17 -DONLINE_JUDGE -Wl,-z,stack-size=268435456 -Wall -Ofast -g -fsanitize=address -fsanitize=undefined