找出出現次數最多的字符串!

#include <iostream> #include <string.h> #include <stdio.h> #include <stdlib.h> using namespace std; struct Sen { char str[100];//字符串 int fre;//出現次數 }; int main() { /*i和t是循環變量,j是計數指針,若是來了一
相關文章
相關標籤/搜索