摘要: #include #include using namespace std;struct Student{ char *name; int year; char *addr;};void find_test(){ multiset ms; ms.insert(10); ms.insert(11); ... 阅读全文
posted @ 2014-03-06 20:13 wangyaning 阅读(300) 评论(0) 推荐(0)