文章分类 -  STL

STL
摘要:1.map[string]统计 , vector, string> >的二级排序题目:http://codeforces.com/contest/24/problem/B代码 #include #include #include #include #include #include #include using namespace std;struct Node{ int rank[55];};int score[100] = { 0, 25, 18, 15, 12, 10, 8, 6, 4, 2, 1 };map mm;map::iterator ite;vector, str. 阅读全文
posted @ 2010-11-13 09:34 CrazyAC 阅读(225) 评论(0) 推荐(0)