diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2011-05-08 13:08:23 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2011-05-08 13:08:23 +0300 |
| commit | 025ed16f8d63d35795be911b2960cc3c46016fc9 (patch) | |
| tree | e6a31d11510995faf5d4c48d8a46bef27c8cd376 | |
| parent | f28b907b69bdc2364fcf12489dce5e4079ff6733 (diff) | |
cleanup and updates
| -rw-r--r-- | 2011/qual/c/c.py | 1 | ||||
| -rw-r--r-- | README.md | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/2011/qual/c/c.py b/2011/qual/c/c.py index ab90c5d..ccbc12f 100644 --- a/2011/qual/c/c.py +++ b/2011/qual/c/c.py @@ -23,7 +23,6 @@ for t in xrange(T): p.append(s.pop(0)) s = "Case #%d: %s\n" % (t+1, res) - #print s o.write(s) f.close() @@ -3,4 +3,5 @@ A collection of all my code ever written for Google Code Jam (http://code.google.com/codejam) GCJ 2011 will be the first time I update my code in real time :) + (note that code will only be available after the round officially ends, per the GCJ rules) |
