会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
levill
博客园
首页
新随笔
联系
订阅
管理
2020年11月2日
《Codeforces Round #680 (Div. 2, based on Moscow Team Olympiad)》
摘要: A:签到题,排序之后判断一下即可 #include<bits/stdc++.h> using namespace std; typedef long long LL; const int N = 5e6 + 5; const LL Mod = 1e9 + 7; #define INF 1e9 #de
阅读全文
posted @ 2020-11-02 08:15 levill
阅读(308)
评论(0)
推荐(1)
编辑
公告