https://github.com/yosh1/cpp-practice
This is the competition programming practice repository
https://github.com/yosh1/cpp-practice
competition-programming-practice cpp cpp-competition-programming
Last synced: 27 days ago
JSON representation
This is the competition programming practice repository
- Host: GitHub
- URL: https://github.com/yosh1/cpp-practice
- Owner: yosh1
- License: mit
- Created: 2018-11-25T23:14:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-11T07:45:38.000Z (over 6 years ago)
- Last Synced: 2025-03-02T05:24:25.013Z (over 1 year ago)
- Topics: competition-programming-practice, cpp, cpp-competition-programming
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpp-practice
This is the competition programming practice repository .
## How to run ?
```
$ g++ -o {file_name} {file_name}.cpp
// compile
$ ./{file_name}
// run
```