統計字符串中的最長單詞,英文字母,空格,數字,其他字符--C語言

/////////////////////////////////////////////////////求最長單詞 #include<stdio.h> #include<string.h> #include<stdlib.h> #include<assert.h> #include<ctype.h> void MaxWord(const char *str) {     int max = 0;
相關文章
相關標籤/搜索