发表评论取消回复
相关阅读
相关 ZOJ 3880-Demacia of the Ancients【模拟】
Demacia of the Ancients -------------------- Time Limit: 2 Seconds Memory Limit: 65536
相关 ZOJ Problem Set - 3195 Design the city 【Tarjan离线LCA】
题目:[ZOJ Problem Set - 3195 Design the city][] 题意:给出一个图,求三点的连起来的距离。 分析:分别求出三点
相关 ZOj 2104——Let the Balloon Rise
老师在上课的时候讲过这道题,不过当时做这道题时还是纠结了许久,那时stl不熟,老是想着用数组,去重很麻烦,学了STL后,用map就简单多了。 code : incl
相关 ZOJ 3432 Find the Lost Sock(模拟)
Alice bought a lot of pairs of socks yesterday. But when she went home, she found that s
相关 ZOJ - 3211 Dream City (贪心+dp)
思路:增长速度快的只有放在后面砍才能获得最大的收益。 dp\[i\]\[j\]表示从前i棵树中选出j棵树, 在前j天砍,砍得顺序就是排序的顺序 include<bi
相关 zoj4110 Strings in the Pocket(manacher)
传送:[http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=6012][http_acm.zju.edu.cn
相关 ZOJ 3195 Design the city
[传送门][Link 1] 三个点之间的最短路径 答案就是两两lca之和除以2 注意输出格式。 ![ContractedBlock.gif][] ![Expand
相关 ZOJ2971 Give Me the Number 【模拟】
这道题目使用Map。 然后一次性遍历下来即可。 QAQ 注意初始化的时候小心点不要错.. Source Code: //pragma comment(linker
相关 zoj 3647 Gao the Grid
地大校赛出了这道原题,不会写,现在补一下。 首先,我们很容易得到答案为 C ( ( n + 1 ) ∗ ( m + 1 ) , 3 ) − C ( n + 1 , 3 )
相关 bbc cities
In the last six thousands years, the surface of our planet has undergone a sudden change
还没有评论,来说两句吧...