会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
走走
慢慢沉淀...
博客园
首页
新随笔
联系
订阅
管理
2020年11月2日
Codeforces Round #680 (Div. 2, based on Moscow Team Olympiad) A ~ C
摘要: A #include <bits/stdc++.h> using namespace std; #define IO ios::sync_with_stdio(false);cin.tie(0); cout.tie(0) inline int lowbit(int x) { return x & (
阅读全文
posted @ 2020-11-02 21:30 phr2000
阅读(59)
评论(0)
推荐(1)
编辑
公告