adding cs235

This commit is contained in:
dm
2016-04-06 20:46:10 -07:00
parent 8e52ce1982
commit cf99ec6565
178 changed files with 13079 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import sys
from shunting import shunt
for line in sys.stdin:
print shunt(line.split())