STL
mocun_yzm
生命不息,奋斗不止
展开
-
hdu-1082Matrix Chain Multiplication
栈的简单使用 Matrix Chain Multiplication Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 930 Accepted Submission(s): 634 Problem Des原创 2013-12-03 23:53:59 · 721 阅读 · 0 评论 -
hdu-1716 排列2(STL函数库运用)
next_permutation(STL库函数的运用) 排列2 Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 3665 Accepted Submission(s): 1445 Problem Desc原创 2013-12-13 19:25:45 · 808 阅读 · 0 评论 -
STL 优先队列、队列、栈的用法
STL 中优先队列的使用方法(priority_queu) 基本操作: empty() 如果队列为空返回真 pop() 删除对顶元素 push() 加入一个元素 size() 返回优先队列中拥有的元素个数 top() 返回优先队列对顶元素 在默认的优先队列中,优先级高的先出队。在默认的int型中先出队的为较大的数。 使用方法: 头文件:转载 2014-03-19 22:10:43 · 678 阅读 · 0 评论 -
nyoj 284坦克大战(优先队列+BFS)
题目链接http://acm.nyist.net/JudgeOnline/problem.php?pid=284 坦克大战 时间限制:1000 ms | 内存限制:65535 KB 难度:3 描述 Many of us had played the game "Battle city" in our childhood, and some people (like m原创 2014-03-19 22:27:58 · 763 阅读 · 0 评论