摘要: 1 #include <iostream> 2 using namespace std; 3 int main(){ 4 int a[10]={3,6,1,5,4,8,7,10,9,2}; 5 for(int j=0;j<9;j++){ 6 for(int i=j+1;i<10;i++){ 7 if 阅读全文
posted @ 2024-04-05 08:54 -刘佳兴- 阅读(93) 评论(0) 推荐(0) 编辑