摘要: #include<bits/stdc++.h> using namespace std; int n; int main(){ cin>>n; cout<<99-n/2<<" "; for(int i=1;i<=n-3-1;i=i+2) { cout<<0<<" "<<1<<" "; } if(n% 阅读全文
posted @ 2023-10-30 21:24 竹余居居居居居 阅读(43) 评论(1) 推荐(0)