回答編集履歴
1
コメント追加
answer
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
では、変換テーブルを使わないやり方にしてみます。
|
6
6
|
```C
|
7
|
-
#include <stdio.h> // getchar, putchar
|
7
|
+
#include <stdio.h> // getchar, putchar, fprintf
|
8
8
|
#include <string.h> // strlen
|
9
9
|
|
10
10
|
int main(int argc, char *argv[])
|