上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: 题目链接:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=5661 题意: 给你一个长度为n的整数序列,询问任意区间的极端异或和。 定义极端异 阅读全文
posted @ 2017-08-05 00:22 Dh_q 阅读(421) 评论(0) 推荐(0) 编辑
摘要: 题目链接:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=5659 题意: 你有一个只包含"(" 和 ")" 的串,每一个位置有个数值,这个数 阅读全文
posted @ 2017-08-04 23:48 Dh_q 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 题目链接:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=5657 题意: 有n个人,每一个人都可能携带boom,给出你这些人的位置x, y。 阅读全文
posted @ 2017-08-04 23:40 Dh_q 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 题目链接:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=5660 题意: 每两个点如果他们的gcd大于1的话就可以连一条边,问在这些数里面有 阅读全文
posted @ 2017-08-04 20:33 Dh_q 阅读(169) 评论(0) 推荐(0) 编辑
摘要: D - Decrease (Contestant ver.) Time limit : 2sec / Memory limit : 256MB Score : 600 points Problem Statement We have a sequence of length N consisting 阅读全文
posted @ 2017-08-01 22:47 Dh_q 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 题目连接: http://codeforces.com/gym/100269/attachments Description Little Vasya is playing a new game named “Dwarf Tower”. In this game there are n differ 阅读全文
posted @ 2017-08-01 22:13 Dh_q 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5172 题意: 给你一个n个数的数组,m次询问,询问在[L, R] 这个区间里面有没有 [1, R-L+1] 的数。 题解: 判断有没有 1 ~ R-L+1 其实就是判断这一段区间和是不是等于 (R-L+ 阅读全文
posted @ 2017-07-31 22:21 Dh_q 阅读(201) 评论(0) 推荐(0) 编辑
摘要: Sumsets Time Limit: 6000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 3094 Accepted Submission(s): 1225 Problem 阅读全文
posted @ 2017-07-30 21:23 Dh_q 阅读(167) 评论(0) 推荐(0) 编辑
摘要: Galaxy Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others)Total Submission(s): 4991 Accepted Submission(s): 1215Special 阅读全文
posted @ 2017-07-29 22:31 Dh_q 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://codeforces.com/problemset/problem/95/C C. Volleyball time limit per test 2 seconds memory limit per test 256 megabytes input standard inpu 阅读全文
posted @ 2017-07-28 23:01 Dh_q 阅读(266) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页