質問編集履歴
2
ミス
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
```C
|
2
2
|
#include <stdio.h>
|
3
|
-
#include <ctype.h>
|
4
3
|
#include <string.h>
|
5
4
|
|
6
5
|
|
1
ミス
title
CHANGED
File without changes
|
body
CHANGED
@@ -27,7 +27,7 @@
|
|
27
27
|
return 0;
|
28
28
|
|
29
29
|
```
|
30
|
-
打ち込んだ数
|
30
|
+
打ち込んだ数字をシングルクオーテーションで囲んでやるというプログラムなのですが
|
31
31
|
# なぜか実行結果が下のようになってしまいます
|
32
32
|
beike@beike-VirtualBox:~/cj$ ./a.out
|
33
33
|
1
|