AC 代码
1 #include <stdio.h> 2 int main() 3 { 4 char string[100]; 5 gets(string); //这条是重点,注意与scanf(%s)的不同 6 int size = 0; 7 while(string[size] != '