
位运算
文章平均质量分 89
位运算
Marx_W
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
位运算
原作者:竟然有人也叫Webwei 转自:https://blog.youkuaiyun.com/sinat_35121480/article/details/53510793 第一部分: 基础运算 : & 、 | 、 ^ 、 ~ 1.按位与运算符(&) 参加运算的两个数据,按二进制位进行“与”运算。 1.1运算规则:0&0=0; 0&1=0; 1...转载 2018-04-14 16:41:57 · 189 阅读 · 0 评论 -
HDU——1029 Ignatius and the Princess IV(水题 降低时间复杂度)
Problem Description “OK, you are not too bad, em… But you can never pass the next test.” feng5166 says. “I will tell you an odd number N, and then N integers. There will be a special integer among t...原创 2018-04-14 15:50:39 · 284 阅读 · 0 评论