質問編集履歴
1
コード
title
CHANGED
File without changes
|
body
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
aa = a-1
|
16
16
|
for i in range(a):
|
17
17
|
j = aa
|
18
|
-
while not(j
|
18
|
+
while not(j == i):
|
19
19
|
if (R[j]<R[j-1]):
|
20
20
|
R[j-1] ,R[j]= R[j],R[j-1]
|
21
21
|
j -=1
|