会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
LegendN
博客园
首页
新随笔
联系
订阅
管理
2021年1月7日
CF1472F 填格子 贪心 + map
摘要: 1 #include<bits/stdc++.h> 2 #define rg register 3 using namespace std; 4 const int N = 2e5 + 10; 5 map<int, int> mp; 6 int n, m; 7 void solve() 8 { 9
阅读全文
posted @ 2021-01-07 21:55 LegendN
阅读(123)
评论(0)
推荐(0)
编辑
c++读入优化
摘要: ios::sync_with_stdio(0);cin.tie(0);cout.tie(0);
阅读全文
posted @ 2021-01-07 19:39 LegendN
阅读(49)
评论(0)
推荐(0)
编辑
公告