summaryrefslogtreecommitdiff
path: root/2010
diff options
context:
space:
mode:
Diffstat (limited to '2010')
-rw-r--r--2010/af_qual/a/a.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/2010/af_qual/a/a.py b/2010/af_qual/a/a.py
index 1d6e22d..e0ea51e 100644
--- a/2010/af_qual/a/a.py
+++ b/2010/af_qual/a/a.py
@@ -15,7 +15,6 @@ for j in range(n):
for l in range(k+1, len(P)):
if P[k]+P[l]==c:
res = [k+1, l+1]
- res.sort()
res = ' '.join(map(str, res))
break