摘要:
原题传送:http://poj.org/problem?id=2418 用的是STL神器,map + priority_queue。(C++提交和G++提交相差6s !)View Code 1 #include <map> 2 #include <queue> 3 #include <string> 4 #include <iostream> 5 #include <iterator> 6 #include <stdio.h> 7 using namespace std; 8 9 typedef pair<strin 阅读全文