質問編集履歴
1
ctype.hを追加、タグのVC++を削除
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
|
|