摘要: #include <iostream> using namespace std; int main(){ int t,a[4]; for(int i=1;i<=3;i++){ cin>>a[i]; } for(int i=1;i<=2;i++){ for(int j=1;j<=3-i;j++){ i 阅读全文
posted @ 2023-08-12 10:29 爱吃泡面的皮卡 阅读(16) 评论(0) 推荐(0)