哈基图
哈基图
全部文章
分类
归档
标签
去牛客网
登录
/
注册
哈基图的博客
全部文章
(共1篇)
题解 | 铺地毯
#include<bits/stdc++.h> using namespace std; bool cover(int x,int y,vector<int>pos){ int ldx = pos[0], ldy = pos[1]; int rux = ldx...
2026-01-26
0
5