摘要: 实现 #include <cstdio> #include <vector> #include <algorithm> class window { public: int x1,x2; int y1,y2; int id; window() {} window(int x1,int y1, int 阅读全文
posted @ 2020-08-22 23:55 amonqsq 阅读(62) 评论(0) 推荐(0) 编辑