会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Ac_smile
新随笔
管理
订阅
2011年6月12日
USACO 1.1 Greedy Gift Givers
摘要: 用map,最后输出要按照顺序就先把字符串存起来。/*ID:zhlc881LANG:C++TASK:gift1*/#include"iostream"#include"stdio.h"#include"string"#include"map"using namespace std;int main(){ freopen("gift1.in","r",stdin); freopen("gift1.out","w",stdout); int
阅读全文
posted @ 2011-06-12 17:41 Ac_smile
阅读(181)
评论(0)
推荐(0)
编辑