摘要: #include<iostream> int main(){ char ch; std::cout << "Type, and I shall repeat.\n"; std::cin.get(ch); while (ch != '.') { if (ch == '\n') std::cout << 阅读全文
posted @ 2018-06-27 01:51 冯耀耀 阅读(532) 评论(0) 推荐(0)