teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

コメントアウト行を追加した。

2021/08/28 04:28

投稿

yomoanyan
yomoanyan

スコア14

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
  }