会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
zhaoziye
博客园
首页
新随笔
联系
订阅
管理
2024年10月7日
day1
摘要: day 1 雷暴 (storm) 题目要求计算覆盖所有相同颜色格子的最小正方形的面积。 #include <bits/stdc++.h> using namespace std; int n, m, k; int a[1005][1005]; struct node{ int x, y; }f[10
阅读全文
posted @ 2024-10-07 17:26 赵梓烨
阅读(95)
评论(1)
推荐(1)
编辑
公告