发表评论取消回复
相关阅读
相关 ZOJ 3880-Demacia of the Ancients【模拟】
Demacia of the Ancients -------------------- Time Limit: 2 Seconds Memory Limit: 65536
相关 ZOj 2104——Let the Balloon Rise
老师在上课的时候讲过这道题,不过当时做这道题时还是纠结了许久,那时stl不熟,老是想着用数组,去重很麻烦,学了STL后,用map就简单多了。 code : incl
相关 Grid search in the tidyverse
Grid Search For anyone who’s unfamiliar with the term, grid search involves running a
相关 ZOJ 3432 Find the Lost Sock(模拟)
Alice bought a lot of pairs of socks yesterday. But when she went home, she found that s
相关 【线段树区间更新】Count the Colors ZOJ - 1610
Think: 1知识点:线段树区间更新 2题意:一条长度为8000的布条,每次输入xi, yi, ci, 表示将区间\[xi, yi\]染色为ci,询问最终状态每个颜色
相关 ACdream 1116 Gao the string! (扩展KMP+矩阵快速幂)
题目链接: [ACdream 1116][] 题意: give you a string, please output the result of the follo
相关 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 )
还没有评论,来说两句吧...