summaryrefslogtreecommitdiff
path: root/2010/1c/a.py
diff options
context:
space:
mode:
Diffstat (limited to '2010/1c/a.py')
-rw-r--r--2010/1c/a.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/2010/1c/a.py b/2010/1c/a.py
index 1dd162d..f967565 100644
--- a/2010/1c/a.py
+++ b/2010/1c/a.py
@@ -1,5 +1,5 @@
-f = open('1.in', 'r')
-o = open('1.out', 'w')
+f = open('3.in', 'r')
+o = open('3.out', 'w')
T = int(f.readline().strip())
@@ -21,4 +21,4 @@ for t in xrange(T):
s = "Case #%d: %s\n" % (t+1, cross)
print s
- #o.write(s)
+ o.write(s)