summaryrefslogtreecommitdiff
path: root/2011/qual/d/d.py
diff options
context:
space:
mode:
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)