摘要: #include <bits/stdc++.h> using namespace std; int main(){ freopen("mz.txt","r",stdin); freopen("out.txt","w",stdout); string n; int a=0,m[7],j; cin>>n 阅读全文
posted @ 2024-07-29 15:01 fushuxuan1 阅读(23) 评论(0) 推荐(0)