sdut oj 1219 字符统计1

#include <stdio.h> #include <string.h> int main() {     char str[100010];     int i, x, a, b, c, d;     while(gets(str))     {         x = strlen(str);         a = 0; b = 0; c = 0; d = 0;         for(
相关文章
相关标签/搜索