摘要: #include <iostream> using namespace std; int mian(){ int a[10]; for(int i=0;i<10;i++){ cin>>a[i]; } for(int i=0;i<10;i++){ for(int j=i+1;j<10;j++){ if 阅读全文
posted @ 2024-06-02 08:34 郭立恒 阅读(15) 评论(0) 推荐(0)