From f28b907b69bdc2364fcf12489dce5e4079ff6733 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 7 May 2011 22:53:26 +0300 Subject: cleanup --- 2011/qual/a/a.py | 2 -- 1 file changed, 2 deletions(-) (limited to '2011/qual/a/a.py') diff --git a/2011/qual/a/a.py b/2011/qual/a/a.py index 9f574da..fcdd6d8 100644 --- a/2011/qual/a/a.py +++ b/2011/qual/a/a.py @@ -15,7 +15,6 @@ for t in xrange(T): step = 0 while (prs): step += 1 - #print prs, oprs, bprs, op, bp pushed = False if oprs: if prs[0] == ('O', op): @@ -38,7 +37,6 @@ for t in xrange(T): res = step s = "Case #%d: %d\n" % (t+1, res) - #print s o.write(s) f.close() -- cgit v1.3.1