摘要:
#include<bits/stdc++.h>using namespace std;int n,m,size[1000000],big[1000000];int main(){ cin>>n>>m; for(int i=1;i<=n;i++) { cin>>size[i]; } for(int i 阅读全文
posted @ 2017-08-08 22:02
647丶Z
阅读(252)
评论(0)
推荐(0)
浙公网安备 33010602011771号