摘要: 非原创 #include<bits/stdc++.h>using namespace std;int t1[2009];int t2[2009]; int findmax(int *a){ int i,p=0; for(i=0;i<1001;i++) { if(a[p]<a[i]) p=i; } r 阅读全文
posted @ 2018-11-22 11:36 EchoZQN 阅读(97) 评论(0) 推荐(0)