質問編集履歴
1
コメントアウト行を追加した。
title
CHANGED
File without changes
|
body
CHANGED
@@ -23,6 +23,8 @@
|
|
23
23
|
scanf("%s", &word);
|
24
24
|
if(strstr(word, key) != NULL) {
|
25
25
|
strcpy(result+j, word);
|
26
|
+
//printf("result+j>%s\n", result+j);
|
27
|
+
//printf("result>%s\n", result);
|
26
28
|
j++;
|
27
29
|
}
|
28
30
|
}
|