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
- Host: GitHub
- URL: https://github.com/genebit/my-cp-template
- Owner: genebit
- Created: 2021-10-27T15:07:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T15:12:14.000Z (over 4 years ago)
- Last Synced: 2025-01-24T22:12:48.306Z (over 1 year ago)
- Topics: competitive-programming, cpp, template
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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++.