摘要: 恢复内容开始 #include <iostream> #include <string> using namespace std; int main() { string line; while (getline(cin, line)) { cout << line; } return 0; } 运 阅读全文
posted @ 2020-02-05 20:33 菜鸟冲冲冲 阅读(978) 评论(0) 推荐(0)