Skip to content

Instantly share code, notes, and snippets.

View laat's full-sized avatar
💤

Sigurd Fosseng laat

💤
View GitHub Profile
@laat
laat / o3.py
Created September 6, 2010 16:15 — forked from anonymous/o3.py
from sys import stdin
import re
__author__="Jonas Svarvaa"
__date__ ="$06.sep.2010 12:39:53$"
def parse_input():
words = {}
pos = 0
for s in stdin.readline().split():
try: