tianqin badc
aiinnqt abcd
注意输入的字符串中可能有空格。
读取多行,测试时手工输入文件结束符ctrl+z,然后回车。
char s[201]; while(cin >> s) {
// 你的处理
}