摘要: 任务1: 源代码截图: 运行结果截图: 任务2: 源代码截图: 运行结果截图: 任务3: 源代码截图: 运行结果截图: 任务4: 源代码截图: 运行结果截图: 阅读全文
posted @ 2025-10-28 18:48 ccmtxwbdhym 阅读(43) 评论(1) 推荐(0)
摘要: 任务1 源代码task1.cpp 1 // 现代C++标准库、算法库体验 2 // 功能:使用reverse/reverse_copy/rotate操作string和vector,体验标准库便捷性 3 #include <iostream> 4 #include <string> 5 #includ 阅读全文
posted @ 2025-10-17 18:00 ccmtxwbdhym 阅读(12) 评论(1) 推荐(0)