Skip to content

GilgameshxZero/altair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

636 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

competitive

Personal archive of coding competition submissions. Designed for C++17 in Visual Studio Code. Back-compatible with C++11.

We provide six launch configurations, whose names are composed of tokens with meaning as follows.

Token Meaning
debug Debug build with no optimization.
release Release build with maximum optimizations O3, Ofast, etc.
x64 64-bit executable. Notably, std::size_t is 64 bits.
piped Standard I/O are piped from/to build/i.default.txt and build/o.default.txt. On MacOS, due to limitations with VSCode and LLDB, these pipes are implemented in-code with freopen.
interactive Does not pipe standard I/O from/to any files.

Notably, no external console should be launched in any configuration.


The Python environment on Darwin requires brew install llvm@20 && export CMAKE_PREFIX_PATH="/usr/local/opt/llvm@20".

About

Personal archive of coding competition submissions.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages