An open API service indexing awesome lists of open source software.

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

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
```