Skip to content
/ CPT Public
forked from chistopher/CPT

competitive programming template

License

Notifications You must be signed in to change notification settings

PaulVII/CPT

This branch is 11 commits behind chistopher/CPT:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

84adf0d · Mar 6, 2020

History

35 Commits
Mar 6, 2020
Mar 6, 2020
Mar 6, 2020
Mar 6, 2020
Sep 28, 2017
Oct 4, 2019
Mar 6, 2020

Repository files navigation

CPT

competitive programming template

to add a new task use: ./create exampleTask

A new file called exampleTask will be created in the source folder and is added to the cmake build system. The new file contains our current c++ template. All left to do is implement your main!

If you use sanitizers and gcc then set ASAN_OPTIONS=abort_on_error=1 for easier debugging. Same for UBSAN_OPTIONS. Clion has a settings page for these options. You might also want to disable the fancy sanitizer output checkbox. Otherwise there is no sanitizer output when debugging.

About

competitive programming template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 58.2%
  • C++ 27.5%
  • Shell 14.3%