sdut oj 2761 编码

#include <stdio.h> #include <string.h> int main() {     char s[10010];     int i, x, a, p;     while(gets(s))     {         a = 1;         p = 0;         x = strlen(s);         for(i = 0; i <= x - 1;
相关文章
相关标签/搜索