回答編集履歴

2

修正

2020/08/11 00:10

投稿

episteme
episteme

スコア16612

test CHANGED
@@ -1,3 +1,11 @@
1
+ > 「n-1枚を○○して、残る1枚を○○し、先程のn-1枚を○○する」
2
+
3
+
4
+
5
+ ○○を埋めてみた。
6
+
7
+
8
+
1
9
  ```C
2
10
 
3
11
  #include<stdio.h>

1

微修正

2020/08/11 00:10

投稿

episteme
episteme

スコア16612

test CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
 
36
36
 
37
- // another から another へ(退避しておいた)num-1 枚を移動する
37
+ // another から after へ(退避しておいた)num-1 枚を移動する
38
38
 
39
39
  if ( num != 1 ) hanoimove(another, after, num-1);
40
40