摘要: 1 #include <bits/stdc++.h> 2 3 using namespace std; 4 5 const int N = 1002; 6 int a[N]; 7 8 int main() { 9 int n,k; 10 int weight = 0; 11 int num = 0; 阅读全文
posted @ 2019-09-19 20:16 雨下_整夜 阅读(385) 评论(0) 推荐(0)