計算字母的重合指數

#include<iostream> #include<stdio.h> #include<math.h> #define N 1000 using namespace std; int main() { char s[N],ch='A'; cout<<"請輸入一個字符串:"; gets(s); //這個。。。 int out[27],o
相關文章
相關標籤/搜索