会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
KisekiPurin2019
首页
新随笔
联系
管理
2019年12月5日
模板 - Codeforces模板
摘要: ```cpp #include using namespace std; typedef long long ll; const int MAXN = 2e5; const int INF = 0x3f3f3f3f; const int MOD = 1e9 + 7; int qpow(ll x, ll n) { ll res = 0; while(n) { if(n & 1) res = res
阅读全文
posted @ 2019-12-05 22:34 KisekiPurin2019
阅读(342)
评论(0)
推荐(0)
编辑
公告