摘要:
题目URL:http://acm.hdu.edu.cn/showproblem.php?pid=1103Code with C++: 1 #include <iostream> 2 #include <queue> 3 #include <algorithm> 4 using namespace std; 5 // 优先队列,用于放置最晚离开时间 6 priority_queue<int, vector<int>, greater<int> > team12; 7 priority_queue<int, vector 阅读全文
posted @ 2011-10-11 11:26
lijihong0723
阅读(244)
评论(0)
推荐(0)

浙公网安备 33010602011771号