摘要: http://poj.org/problem?id=2153二分查找 1 #include <stdio.h> 2 #include <iostream> 3 #include <string> 4 #include <string.h> 5 #include <map> 6 7 using namespace std; 8 9 int n, m;10 map<string, int> map1;11 int count1[10010] = {0};12 int sort1[10010];13 14 string ctos 阅读全文
posted @ 2013-05-29 10:18 Yuan1991 阅读(123) 评论(0) 推荐(0)