回答編集履歴

1

ソースの修正

2020/03/22 08:40

投稿

do31
do31

スコア45

test CHANGED
@@ -50,19 +50,15 @@
50
50
 
51
51
  {
52
52
 
53
- if (count <= index)
53
+ if (count <= index)
54
54
 
55
- index -= count;
55
+ index -= count;
56
56
 
57
- if (!list.Contains(index))
57
+ if (!list.Contains(index))
58
58
 
59
59
  list.Add(index);
60
60
 
61
-
62
-
63
61
  index++;
64
-
65
-
66
62
 
67
63
  }
68
64