Skip to content

Instantly share code, notes, and snippets.

View gcapell's full-sized avatar

Gary Capell gcapell

  • Sydney, Australia
View GitHub Profile
@gcapell
gcapell / A.py
Created August 10, 2011 04:23 — forked from okaq/A.py
Solution: Runs (Google Code Jam 2011 World Finals Problem A)
"""
"" Solution: Runs (Google Code Jam 2011 World Finals Problem A)
"" by: aq@okaq.com
"" run: python A.py infile outfile
"""
import sys
import time
import collections