摘要: 1 #include <iostream> 2 #include <fstream> 3 #include <string> 4 5 int main() { 6 std::ifstream inputFile("D://article.txt"); 7 8 if (!inputFile) { 9 阅读全文
posted @ 2023-05-18 23:37 Code13 阅读(75) 评论(0) 推荐(0) 编辑