摘要: 注意: 注意要用 scanf 注意多测 #include <iostream> #include <vector> using namespace std; int n,m,q; vector <vector <int> > a; void insert (int x1,int y1,int x2, 阅读全文
posted @ 2023-03-17 18:01 incra 阅读(22) 评论(0) 推荐(0)