1
0
Fork 0
My templates for competitive programming. (mostly C++)
Go to file
arielherself d2ae7650a0
add: fast io
2025-01-16 00:16:38 +08:00
acrobatics 2023-12-02 12:05:10 +08:00
dp Add dp/mo.cc 2024-12-17 00:16:57 +08:00
geometry fix(geometry/point): sqrt argument type from __float128 to long double 2025-01-06 16:41:48 +08:00
graph Add graph/vbcc.cc 2024-11-28 08:36:38 +00:00
misc add: fast io 2025-01-16 00:16:38 +08:00
number feat(number/factorial): add combinatoric function without MLL 2025-01-07 16:42:48 +08:00
string fix(string/sa): debugging code 2025-01-02 18:20:51 +08:00
trees add: fast io 2025-01-16 00:16:38 +08:00
.gitignore gitignore 2023-12-02 11:37:13 +08:00
README Update README 2024-09-20 15:44:27 +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
repo2pdf.ignore Add repo2pdf.ignore 2024-12-12 12:18:26 +00:00
template.cc fix(template): wrong upper bound for binary search 2025-01-10 16:13:33 +08:00

README

Use at your own risk.

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