質問編集履歴
1
誤記修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,6 +30,6 @@
|
|
30
30
|
|
31
31
|
|
32
32
|
|
33
|
-
printf("%s%
|
33
|
+
printf("%s%n",str);
|
34
34
|
|
35
35
|
```
|