質問編集履歴
1
\nを入れ忘れていたので追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
{
|
20
20
|
|
21
|
-
printf("%d", i);
|
21
|
+
printf("%d\n", i);
|
22
22
|
|
23
23
|
}
|
24
24
|
|