Skip to content

ganmodokix/ysn

Repository files navigation

ysn

Template tools for competitive programming

Usage

Runs hoge.cpp (create and copy the base template if not created) by

$ bin/ysn hoge

Install or remove templates as

$ bin/ysn hoge --install modint1e9p7 --remove modint998244353

or briefly

$ bin/ysn hoge -i modint1e9p7 -r modint998244353

(for debigging) you can see the dependency graph by

$ bin/ysn hoge -i modint1e9p7 -r modint998244353 -d hoge.svg

(.svg can be replaced by .pdf, .png etc)

About

Template tools for competitive programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages