摘要: include<bits/stdc++.h> using namespace std; string st; int n,a[251],l,k; int main() { cin>>st;cin>>n;l=st.size(); for(int i=0;i<l;i++) a[i]=st[i]-'0'; 阅读全文
posted @ 2024-11-26 21:23 52H1Z 阅读(17) 评论(0) 推荐(0)