摘要: 1 #include<iostream> 2 using namespace std; 3 4 int main() 5 { 6 int i,j; 7 int arr[] = {0, 1, 5, 3, 2, 4}; 8 for (i=2;i<6;i++) { //默认从第二个开始 9 arr[0]= 阅读全文
posted @ 2020-01-14 21:07 MrLuyu 阅读(100) 评论(0) 推荐(0)