摘要:
用前缀和写一直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)
浙公网安备 33010602011771号