摘要: #1cpp #include<iostream> #include"point.hpp" #include<vector> using namespace std; void test1() { int n; cin >> n; vector<Point> x(n); x.at(0).show(); 阅读全文
posted @ 2022-11-08 23:13 MRchenyuheng 阅读(18) 评论(0) 推荐(0) 编辑