int i = 0,j = 0; for(; i < 3; i++) { gets(a[i]); }//输入3行字符串
bool flag = true;
while语句的语义是:计算表达式的值,当值为真(非0)时, 执行循环体语句。
printf('\0'); //字符串最后要加入空格符