From 5e2cf8731f5af3c7ec41e6e7d722c75fd31dc466 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 7 May 2011 17:39:23 +0300 Subject: back to int --- 2011/qual/d/d.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2011/qual/d/d.py') 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) -- cgit v1.3.1