質問編集履歴

1

ctype.hを追加、タグのVC++を削除

2023/05/28 07:45

投稿

Q10
Q10

スコア12

test CHANGED
File without changes
test CHANGED
@@ -26,6 +26,7 @@
26
26
  ```C
27
27
  #include <stdio.h>
28
28
  #include <string.h>
29
+ #include <ctype.h>
29
30
 
30
31
  void LongestWord(char* sen[]) {
31
32