An open API service indexing awesome lists of open source software.

https://github.com/genebit/my-cp-template

My Competitive Programming Template Guide
https://github.com/genebit/my-cp-template

competitive-programming cpp template

Last synced: over 1 year ago
JSON representation

My Competitive Programming Template Guide

Awesome Lists containing this project

README

          

## My Sublime Text 3 - Competitive Programming Setup

For local stdin, use txt file for input.\
For local stdout, use txt file for output.


Configure the C++ Build Settings\
`Tools` > `Build System` > `New Build System`


**NOTE:** Use [this build](https://github.com/genebit/my-configurations/tree/main/sublime%20text) for my build system for C++.