回答編集履歴
1
コメントの修正
answer
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
n が 0以下の場合、改行だけ出してもいいのでしょうか?
|
|
2
2
|
```C
|
|
3
|
-
#include <stdio.h> // scanf, printf,
|
|
3
|
+
#include <stdio.h> // scanf, printf, putchar
|
|
4
4
|
#include <string.h> // strlen
|
|
5
5
|
|
|
6
6
|
int main(void)
|