会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
OopsOops
导航
博客园
首页
新随笔
联系
订阅
管理
公告
2022年4月6日
E - Wrapping Chocolate -- AC Beginner 245
摘要: 1 #include<bits/stdc++.h> 2 3 typedef long long ll; 4 5 const int N = 4e5+10,M = N * 4,INF = 0x3f3f3f3f,mod = 1e9+7; 6 struct Node{ 7 int x,y; 8 bool
阅读全文
posted @ 2022-04-06 16:08 OopsOops
阅读(18)
评论(0)
推荐(0)
编辑
C - Choose Elements -- AC Beginner 245
摘要: https://atcoder.jp/contests/abc245/editorial/3655
阅读全文
posted @ 2022-04-06 10:20 OopsOops
阅读(23)
评论(0)
推荐(0)
编辑