質問編集履歴
1
コード
test
CHANGED
File without changes
|
test
CHANGED
@@ -32,7 +32,7 @@
|
|
32
32
|
|
33
33
|
j = aa
|
34
34
|
|
35
|
-
while not(j
|
35
|
+
while not(j == i):
|
36
36
|
|
37
37
|
if (R[j]<R[j-1]):
|
38
38
|
|