• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






我是辣鸡

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2019年5月28日

输出set元素
摘要: for (set<int>::iterator it = S.begin(); it != S.end(); ++it) * printf("%d\n", *it); 阅读全文
posted @ 2019-05-28 20:26 我是辣鸡 阅读(434) 评论(0) 推荐(0)
 
河床
摘要: #include <iostream>#include <algorithm>#include <cstdio>#include <map>using namespace std; int n, k, di[30005];map<int,int> M; int main(){ cin >> n >> 阅读全文
posted @ 2019-05-28 20:07 我是辣鸡 阅读(130) 评论(0) 推荐(0)