Codeforces_462_B】的更多相关文章

http://codeforces.com/problemset/problem/462/B 简单的贪心,排序即可看出来. #include<cstdio> #include<iostream> #include<algorithm> using namespace std; int main() { ] = {},n,k; ; char temp; scanf("%lld%lld",&n,&k); getchar(); ;i <…