https://github.com/yous/google-code-jam
Google Code Jam
https://github.com/yous/google-code-jam
Last synced: about 2 months ago
JSON representation
Google Code Jam
- Host: GitHub
- URL: https://github.com/yous/google-code-jam
- Owner: yous
- Created: 2015-04-15T01:14:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-16T10:00:02.000Z (about 9 years ago)
- Last Synced: 2025-02-10T21:19:05.060Z (4 months ago)
- Language: C
- Homepage: https://code.google.com/codejam/
- Size: 155 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Code Jam
See the details in .
## 2015
### Requirements
Ruby >= 1.9.3
### How to run
``` sh
cd 2015/qr/A
ruby standing_ovation.rb < A-small-attempt0.in > A-small-attempt0.out
ruby standing_ovation.rb < A-large.in > A-large.out
```## 2016
### How to run
``` sh
cd 2016/qr/A
gcc A.c -o A
./A < input > output
```