会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
代冕
博客园
首页
管理
2014年8月26日
读取文件并找出年龄最大的N个人-兰亭集市笔试题
摘要: C++ code:#include #include #include #include #include using namespace std;int main(){ multimap agemap;//以年龄为键,以个人信息为值,年龄必有重复,定义成multimap可自动排序 if...
阅读全文
posted @ 2014-08-26 15:20 疯狂的拖鞋
阅读(439)
评论(0)
推荐(0)
编辑
公告