1 char ch[23333]; 2 int len=0; 3 scanf("%s",ch+1); //输入 4 len=strlen(ch+1); //长度 5 for(int i=1;i<=len;i++) //输出 6 { 7 printf("%c",e[now].s[i]); 8 }
One_asshole's_blog
All the gods, all the heavens, all the hells are within you!
|
|
|