Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elopez/codeforces
Solutions to some Codeforces contest problems
https://github.com/elopez/codeforces
Last synced: about 1 month ago
JSON representation
Solutions to some Codeforces contest problems
- Host: GitHub
- URL: https://github.com/elopez/codeforces
- Owner: elopez
- Created: 2016-02-20T16:09:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-24T22:24:40.000Z (over 8 years ago)
- Last Synced: 2024-10-29T05:00:28.823Z (3 months ago)
- Language: Makefile
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to use this template
## Getting the template
Download this by running
```sh
git clone https://github.com/elopez/competition-boilerplate.git competition
```or, if Git is unavailable,
```sh
wget -q -O- https://github.com/elopez/competition-boilerplate/archive/master.tar.gz | tar xz
```## Preparing your environment
When the contest starts and you know how many problems there are,
run the following to create a file for each problem:```sh
make UPTO=k
```## Compiling
When you finish programming a problem, run the following to compile
its code```sh
make a
```## Cleaning up
To clean the current directory a bit, you can run:
```sh
make clean
```This will delete object files and binaries