会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
今夕
博客园
首页
联系
管理
2019年2月8日
CF-1110 (2019/02/08)
摘要: CF 1110 A. Parity 快速幂的思想,考虑最后一位即可 c++ include using namespace std; int n; int c[100010],d[100010]; multiset s1,s2; int main(){ scanf("%d",&n); for(int
阅读全文
posted @ 2019-02-08 10:14 kpole
阅读(244)
评论(0)
推荐(0)
编辑
公告