回答編集履歴
1
) の追加
answer
CHANGED
@@ -11,5 +11,5 @@
|
|
11
11
|
strcpy(a, "hello");
|
12
12
|
strcpy(b, "hello");
|
13
13
|
|
14
|
-
strcpy(a, strcpy(b, "hello");
|
14
|
+
strcpy(a, strcpy(b, "hello"));
|
15
15
|
```
|