摘要: 1 #include <cmath> 2 #include <cstdio> 3 #include <cstring> 4 #include <iostream> 5 #include <algorithm> 6 using namespace std; 7 8 typedef long long 阅读全文
posted @ 2017-06-26 18:19 oyzx~ 阅读(137) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-03-09 21:04 oyzx~ 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-02-23 20:34 oyzx~ 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-02-23 20:13 oyzx~ 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-02-13 17:50 oyzx~ 阅读(5) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-02-12 21:26 oyzx~ 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 比赛链接:http://codeforces.com/contest/763 A题: 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <cmath> 5 #include <algorithm> 6 阅读全文
posted @ 2017-02-10 23:46 oyzx~ 阅读(316) 评论(0) 推荐(0) 编辑
摘要: b.any() b中是否存在置为1的二进制位? b.none() b中不存在置为1的二进制位吗? b.count() b中置为1的二进制位的个数 b.size() b中二进制位的个数 b[pos] 访问b中在pos处的二进制位 b.test(pos) b中在pos处的二进制位是否为1? b.set( 阅读全文
posted @ 2017-01-07 11:04 oyzx~ 阅读(305) 评论(1) 推荐(0) 编辑
摘要: Codeforces Round #390 (Div. 2) E. Dasha and cyclic table 阅读全文
posted @ 2017-01-07 09:29 oyzx~ 阅读(153) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-10-30 22:09 oyzx~ 阅读(2) 评论(0) 推荐(0) 编辑