摘要: 摘自洛谷题解:大佬的:#include <bits/stdc++.h> using namespace std; int mp[100][100]; int last[100]; int n = 22, m = 62; // 在[x1-x2, y1-y2]绘制ch void draw(int x1, 阅读全文
posted @ 2021-05-21 17:16 焓青 阅读(393) 评论(0) 推荐(0)