質問編集履歴
1
コメントアウト行を追加した。
test
CHANGED
File without changes
|
test
CHANGED
@@ -47,6 +47,10 @@
|
|
47
47
|
if(strstr(word, key) != NULL) {
|
48
48
|
|
49
49
|
strcpy(result+j, word);
|
50
|
+
|
51
|
+
//printf("result+j>%s\n", result+j);
|
52
|
+
|
53
|
+
//printf("result>%s\n", result);
|
50
54
|
|
51
55
|
j++;
|
52
56
|
|