摘要:
#include int main(){ char str[100],ch,M,Empty; int i, frequency = 0; fgets(str, (sizeof str / sizeof str[0]), stdin); scanf("%c",&ch); scanf("%c",&M); scanf("%c",&Empty); for(i = 0;... 阅读全文
posted @ 2019-07-01 19:39
ToDarcy
阅读(596)
评论(0)
推荐(0)