摘要: #include <bits/stdc++.h> using namespace std; int main(){ int n,x,s_x; cin>>n>>x; int a[n],b[n]; for(int i=0;i<n;i++){ a[i]=i+1; } int j=0,t,d=0; int 阅读全文
posted @ 2024-10-05 08:46 fushuxuan1 阅读(35) 评论(0) 推荐(0)