摘要: http://codeforces.com/contest/875/problem/C 题意:给你 n 个字符串,每个字符串的字符为 1 到 m,可以使所有字符串中某个相同字符变成大写字符,如 1 -> 1'。定义所有大写字符均小于小写字符, 如:2 < 3, 2' < 3', 3' < 2,让你求 阅读全文
posted @ 2017-10-17 21:42 黑.白 阅读(636) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/contest/875/problem/D 题意:给你 n 个长度的数组,求一共有多少区间 [ l , r ] ,使区间 [ l , r ] 所有数字的 或 运算大于所有区间 [ l , r ] 的数。 题解:RMQ+分治。 找到 区间 [ l , r ] 阅读全文
posted @ 2017-10-17 21:17 黑.白 阅读(698) 评论(3) 推荐(0) 编辑