摘要: task1 1 #include <iostream> 2 #include "point.hpp" 3 #include <vector> 4 5 using std::vector; 6 using std::cin; 7 8 void output(const vector<Point> &v 阅读全文
posted @ 2023-11-06 09:17 Serenity-X 阅读(28) 评论(0) 推荐(0)