会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
vrsashly
It's not numeral, punctuation and character. It's my life!
首页
新随笔
联系
管理
2016年7月30日
Codeforces 702B Powers of Two
摘要: 题目链接:http://codeforces.com/problemset/problem/702/B 题意: 给你N个数a0, a1, a2......an-1,问存在几对 <i,j> 满足i < j, ai + aj = 2x ,x可以是任意整数. 思路: 最容易想到的是把这 n 个数全部两两加
阅读全文
posted @ 2016-07-30 11:19 vrsashly
阅读(449)
评论(0)
推荐(0)