-
个人简介
#include<bits/stdc++.h> using namespace std; int a[100010],t[1010]; int main(){ ios::sync_with_stdio(false); cin.tie(0); cout.tie(0); // string op[1010],ad[1010]; int n,w,r=0; cin>>n>>w; for(int i=1;i<=n;i++){ cin>>a[i]; t[a[i]]++; r=max(1,i*w/100); for(int j=600;j>=0;j--){ r-=t[j]; if(r<=0){ cout<<j<<" "; break; } } } return 0; }
-
最近活动
-
Stat
-
Rating