From 5621b6385b9da4a0cc1ab6445668e867e20c2f66 Mon Sep 17 00:00:00 2001 From: JLo'w Date: Thu, 11 Feb 2016 20:59:22 +0100 Subject: [PATCH] I said ALL --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 7aeb5cc..79386f7 100644 --- a/main.py +++ b/main.py @@ -140,7 +140,7 @@ def load(d, w, p, q): assert(weight(d) <= M) assert(Dd[d] <= T) print("Drone", d, "loads", q, "of", p, "from warehouse", w, "→", Dd[d]) - Out.append(str(d) + ' L ' + str(w) + ' ' + str(p+1) + ' ' + str(q)) + Out.append(str(d) + ' L ' + str(w) + ' ' + str(p) + ' ' + str(q)) def unload(d, w, p, q): # drone number, warehouse, product, qt