回答編集履歴
1
) の追加
test
CHANGED
@@ -24,6 +24,6 @@
|
|
24
24
|
|
25
25
|
|
26
26
|
|
27
|
-
strcpy(a, strcpy(b, "hello");
|
27
|
+
strcpy(a, strcpy(b, "hello"));
|
28
28
|
|
29
29
|
```
|