摘要: 1) #include<iostream>using namespace std;int main(){ int b[100],c[100]; int n,m,x,y; int tot=0; cin>>n>>m; int a[n+1][n+1]; for(int i=1;i<=m;i++) { ci 阅读全文
posted @ 2016-02-04 11:35 Minepressure 阅读(681) 评论(0) 推荐(0)