摘要: 原题地址list+map可以轻松搞定,如果不借助STL实现起来还是挺麻烦的代码: 1 #include 2 #include 3 #include 4 #include 5 6 using namespace std; 7 8 int N, M; 9 map::iterator> rec... 阅读全文
posted @ 2015-04-13 21:09 李舜阳 阅读(415) 评论(0) 推荐(0)