http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3703
Happy Programming Contest
Time Limit: 2 Seconds
Memory Limit: 65536 KB
In Zhejiang University Programming Contes...
分类:
移动开发 时间:
2015-08-17 12:06:31
阅读次数:
126
链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=1586http://acm.hust.edu.cn/vjudge/contest/view.action?cid=82831#problem/E代码:#include #...
分类:
Web程序 时间:
2015-08-16 22:50:35
阅读次数:
155
链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3699
Dakar Rally
Time Limit: 2 Seconds Memory Limit: 65536 KB
Description
The Dakar Rally is an annual Dakar Series rally ra...
分类:
其他好文 时间:
2015-08-16 13:53:27
阅读次数:
188
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3469
Food Delivery
Time Limit: 2 Seconds
Memory Limit: 65536 KB
When we are focusing on solving problems, we usually p...
分类:
其他好文 时间:
2015-08-16 09:27:17
阅读次数:
110
传送门:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3885
题意:有n件物品,告诉你最初第i件物品的数量Ai,要求最后数量变成Bi
然后有m种交换方式,每种交换方式有两个数字a b,表示物品a能和b等价交换,是双向的
求最少交换多少次,就能实现
这题的正解是套用最小费用最大流模板。。
对着模板...
分类:
其他好文 时间:
2015-08-16 00:42:02
阅读次数:
112
题目描述:
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2338
The Towers of Hanoi Revisited
Time Limit: 5 Seconds
Memory Limit: 32768 KB Special Judge
You all must...
分类:
其他好文 时间:
2015-08-15 11:59:00
阅读次数:
109
Happy Great BG
Time Limit: 2 Seconds Memory Limit: 65536 KB
The summer training of ZJU ICPC in July is about to end. To celebrate this great and happy day, the coaches of ZJU ICPC Team Navi...
分类:
移动开发 时间:
2015-08-15 06:46:47
阅读次数:
129
正解是dfs的一道题目被我以为成了并查集,结果坑了队友。现在分析一下自己当时为什么会想成是并查集呢。题目:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2588题意:告诉一张n点m边的图,求哪些边是桥。其实就是缩点,然而却大...
分类:
其他好文 时间:
2015-08-14 21:15:22
阅读次数:
150
主题链接:problemCode=2679" target="_blank">http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2679Among grandfather??s papers a bill was found:7...
分类:
其他好文 时间:
2015-08-11 17:46:24
阅读次数:
120
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3742 给定n个点m条边的无向图,支持两个操作: C x:将与x相邻的边符号取反。 Q x: 如果x为'+',输出正边权和。 如果x为'-',...
分类:
其他好文 时间:
2015-08-11 11:32:17
阅读次数:
105