https://github.com/doarakko/competitive-programming
Program solved in Competition Programming
https://github.com/doarakko/competitive-programming
Last synced: over 1 year ago
JSON representation
Program solved in Competition Programming
- Host: GitHub
- URL: https://github.com/doarakko/competitive-programming
- Owner: Doarakko
- License: mit
- Created: 2018-07-08T07:39:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T05:23:49.000Z (over 1 year ago)
- Last Synced: 2025-02-02T11:36:42.737Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 407 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Competitive Programming
## Usage
### C++
Create file.
```sh
touch
```
Compile.
```sh
g++
```
Run.
```sh
./a.out
```
### Rust
Create a directory for each contest.
```sh
mkdir
cd
cargo init
mkdir src/bin
```
Run.
```sh
cargo run --bin
```
## References
- [AOJ](https://onlinejudge.u-aizu.ac.jp/home)
- [AtCoder](http://www.atcoder.jp/)
- [Google Code Jam](https://codingcompetitions.withgoogle.com/codejam)
- [ICPC](http://icpc.iisf.or.jp/)
- [JOI](https://www.ioi-jp.org/)
- [LeetCode](https://leetcode.com/)