会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
gaolzzxin
博客园
首页
新随笔
联系
订阅
管理
2015年4月6日
2015_8
摘要: c 统计有几个cool单词,cool的定义就是至少两个字母,每个字母出现的次数都不同。 1 #include 2 #include 3 #include 4 #define mt(a,b) memset(a,b,sizeof(a)) 5 using namespace std; 6 set s; 7...
阅读全文
posted @ 2015-04-06 09:30 gaolzzxin
阅读(167)
评论(0)
推荐(0)
编辑