发表评论取消回复
相关阅读
相关 sunshine in the rainsunshine in the rainsunshine in the rain
sunshine in the rain sunshine in the rain sunshine in the rain sunshine in the rain
相关 sunshine in the rainsunshine in the rain
sunshine in the rain sunshine in the rain sunshine in the rain sunshine in the rain
相关 ZOj 2104——Let the Balloon Rise
老师在上课的时候讲过这道题,不过当时做这道题时还是纠结了许久,那时stl不熟,老是想着用数组,去重很麻烦,学了STL后,用map就简单多了。 code : incl
相关 Zoj 3587 Marlons String
题意: 给定两个串S和T,从S中找两个子串组成T(拼起来和T一模一样),两个子串可重叠,问有几种组合方法? 三种方法: KMP+计数 直接用T去匹配S,匹配到T中
相关 ZOJ-3490-String Successor 模拟
ZOJ-3490-String Successor The successor to a string can be calculated by applying t
相关 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 - 4104 Sequence in the Pocket(思维+元素移至列首排序)
Sequence in the Pocket -------------------- Time Limit: 1 Second Memory Limit: 6
相关 zoj 3647 Gao the Grid
地大校赛出了这道原题,不会写,现在补一下。 首先,我们很容易得到答案为 C ( ( n + 1 ) ∗ ( m + 1 ) , 3 ) − C ( n + 1 , 3 )
还没有评论,来说两句吧...