摘要:
http://acm.hdu.edu.cn/showproblem.php?pid=1228只是A+B 输出结果,用了STL中的map 和 reverse()函数//View Code 1 #include <iostream> 2 #include <map> 3 #include <string> 4 #include <algorithm> 5 using namespace std; 6 int main() 7 { 8 map <string , int > m; 9 string str;10 m["one&qu 阅读全文