摘要: 合集《C++ Primer第5版》 课后练习答案 - 丸子球球 - 博客园 (cnblogs.com) 练习8.1 istream& read(istream& is) { string word; while (is > word) { cout < word < " "; } cout < en 阅读全文
posted @ 2020-11-06 08:55 丸子球球 阅读(242) 评论(0) 推荐(0) 编辑