REP(i, n)
.hpp
filesGitHub Actions-based CI is run for the environments below:
g++ -std=c++17 -O2 -Wall
clang++ -std=c++17 -O2 -Wall
You can easily insert the snippets using the tools such as Clipboard History and snippet-from-file
. The script generate_snippet_conf.py
generates the configuration file for them.
Some files in this repo (such as network-simplex.hpp
) contains peculiar license statements. These files are under the particular license.
Except such snippets, the programs written by the owner of the repo is under the MIT License, but you can freely use or modify C++ codes without any notice for programming contests or online judges.
clang-format-19
is used to lint .cpp
/ .hpp
files. Default configuration file is .clang-format
. See formatter.yml for detail.