11 2023 档案

摘要:任务五 textcoder.hpp 1 #include <iostream> 2 #include <vector> 3 #include <string> 4 #include <iomanip> 5 using namespace std; 6 class TextCoder 7 { 8 pr 阅读全文
posted @ 2023-11-28 19:02 dmsx 阅读(25) 评论(0) 推荐(0)
摘要:任务一 task1.cpp 1 #include <iostream> 2 #include "point.hpp" 3 #include <vector> 4 using std::vector; 5 using std::cin; 6 void output(const vector<Point 阅读全文
posted @ 2023-11-03 18:45 dmsx 阅读(42) 评论(0) 推荐(0)