摘要: #include <stdio.h>#include <string>#include <stdlib.h>#include <iostream>#include <map>#include <vector>using namespace std;typedef map<int, int> templatemap;templatemap ScoreSort;int GetPOS(templatemap Sort, int nRoleID){if (Sort.find(nRoleID) == Sort.end() 阅读全文
posted @ 2012-05-02 21:52 byfei 阅读(239) 评论(0) 推荐(0) 编辑