摘要: #include<iostream>#include<algorithm>using namespace std;main(){ int i,j=0; int a[5]={1,2,3,4,5}; do { for(i=0;i<5;i++){ cout <<a[i]<<" "; } cout <<en 阅读全文
posted @ 2018-12-05 15:17 vincand 阅读(269) 评论(0) 推荐(0)