摘要:
#includeusing namespace std;int max(int a,int b){ if(a>b) return a; else return b;} int main() { int n,M,N,i,j,k,ans; int ans1; int m; int a[210]; int sum[210]; cin>>n; while(n--) { cin>>M>>N; for(int x=1;x>a[i];//sum[i]用于记录从第i个数开始求和的数值 for(... 阅读全文
posted @ 2013-10-26 17:53
蓝色记忆2013
阅读(165)
评论(0)
推荐(0)

浙公网安备 33010602011771号