会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
脂环
博客园
首页
新随笔
联系
订阅
管理
2022年3月5日
Codeforces Round #774 (Div. 2) C. Factorials and Powers of Two(暴力/dfs/位运算)
摘要: #include <bits/stdc++.h> #define gcd(a, b) __gcd(a, b) #define INF 0x3f3f3f3f3f #define eps 1e-6 #define PI acos(-1.0) #define pb push_back #define fs
阅读全文
posted @ 2022-03-05 22:47 脂环
阅读(64)
评论(0)
推荐(0)
公告