http://acm.csu.edu.cn/csuoj/problemset/problem?pid=1808 题意:…… 思路:和之前的天梯赛的一题一样,但是简单点。 没办法直接用点去算。把边看成点去做,规定dis[i]为走完第i条边之后即达到edge[i].v这个点的时候需要的花费。 点数为2* ...
分类:
其他好文 时间:
2017-05-06 15:52:47
阅读次数:
240
http://acm.csu.edu.cn/csuoj/problemset/problem?pid=1804 题意:…… 思路:对于某条路径,在遍历到某个点的时候,之前遍历过的点都可以到达它,因此在这个时候对答案的贡献就是∑(a1 + a2 + a3 + ... + ai) * bv,其中a是之前 ...
分类:
编程语言 时间:
2017-05-03 23:59:34
阅读次数:
348
1858: Biorhythms Submit Page Summary Time Limit: 1 Sec Memory Limit: 256 Mb Submitted: 69 Solved: 37 Description Some people believe that there are th ...
分类:
其他好文 时间:
2017-04-30 12:38:21
阅读次数:
238
题目链接:http://acm.csu.edu.cn/csuoj/problemset/problem?pid=1552 Description On an alien planet, every extraterrestrial is born with a number. If the sum ...
分类:
其他好文 时间:
2017-04-21 20:31:27
阅读次数:
285
题目链接:http://acm.csu.edu.cn/csuoj/problemset/problem?pid=1553 Description Give you a sequence of n numbers, and a number k you should find the max leng ...
分类:
其他好文 时间:
2017-04-21 20:22:52
阅读次数:
238
题目链接:http://acm.csu.edu.cn/csuoj/problemset/problem?pid=1554 Description The SG value of a set (multiset) is the minimum positive integer that could n ...
分类:
其他好文 时间:
2017-04-21 20:07:50
阅读次数:
280
题目链接:http://acm.csu.edu.cn/csuoj/problemset/problem?pid=1556 Description Jerry is caught by Tom. He was penned up in one room with a door, which only ...
分类:
其他好文 时间:
2017-04-21 19:59:07
阅读次数:
167
题目链接:http://acm.csu.edu.cn/csuoj/problemset/problem?pid=1547 Description Now ,there are some rectangles. The area of these rectangles is 1* x or 2 * x ...
分类:
其他好文 时间:
2017-04-21 00:04:23
阅读次数:
193
题目: Description 现在《炉石传说》这款卡牌游戏已经风靡全球。2015年加入环境的“黑石山的火焰”扩展带来了一个新套牌的核心卡片“恐怖的奴隶主”,而这套统治游戏的套牌叫做“奴隶战”。“恐怖的奴隶主”的登场音效“想打架吗?算我一个!”一定在所有这个时代的《炉石传说》玩家心里留下来难以磨灭的 ...
分类:
其他好文 时间:
2017-04-15 12:39:57
阅读次数:
202
题目: Description Johnson is very interested in the k-th power of 2 number, such as 2,4,8,16 .... So he always boasts that he is good at solving problem ...
分类:
其他好文 时间:
2017-04-14 10:02:28
阅读次数:
310