YunYan

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2019年12月17日

摘要: 用前缀和写一直wa。。 思路:让金牌和银牌最少,通多增加铜牌的方式来扩大总奖牌的个数。 #include<bits/stdc++.h> using namespace std; map<int ,int >mp; const int N=1e6+7; int arr[N]; void solve() 阅读全文
posted @ 2019-12-17 18:03 Target--fly 阅读(233) 评论(0) 推荐(0)