summaryrefslogtreecommitdiff
path: root/2011/qual/d/d.py
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2011-05-07 17:39:23 +0300
committerYuval Adam <yuv.adm@gmail.com>2011-05-07 17:39:23 +0300
commit5e2cf8731f5af3c7ec41e6e7d722c75fd31dc466 (patch)
tree9cb55ac2c6d22c3f2d9f1288ba5730ba4794003c /2011/qual/d/d.py
parent6804e430279e7f22220559e75e83802c776f5be6 (diff)
back to int
Diffstat (limited to '2011/qual/d/d.py')
-rw-r--r--2011/qual/d/d.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/2011/qual/d/d.py b/2011/qual/d/d.py
index 4083fa2..a8715a1 100644
--- a/2011/qual/d/d.py
+++ b/2011/qual/d/d.py
@@ -43,7 +43,7 @@ for t in xrange(T):
print el
res = solve(el)
- s = "Case #%d: %f\n" % (t+1, res)
+ s = "Case #%d: %s\n" % (t+1, res)
print s
o.write(s)