摘要: 用数组表示 1 #include<iostream> 2 3 using namespace std; 4 5 int main(){ 6 int a[30]; 7 bool visited[30]; 8 for(int i=0; i<30; i++){ 9 cout<<i+1<<" "; 10 a 阅读全文
posted @ 2019-11-13 20:44 nefuer 阅读(172) 评论(0) 推荐(0) 编辑