摘要: #include <bits/stdc++.h> using namespace std; int sum(int x){ if(x==1){ cout<<1<<" "; }else if(x==2){ cout<<1<<" "<<1; }else{ cout<<"1"<<" "; int a=1, 阅读全文
posted @ 2025-04-25 19:16 爱吃泡面的皮卡 阅读(9) 评论(0) 推荐(0)