摘要:
复制代码到粘帖板 #include <bits/stdc++.h> #include <string> using namespace std; int main() { string s1,s2; cin >>s1 >> s2 ; int a[201]={},b[201]={},c[201]={} 阅读全文
posted @ 2023-10-22 09:58
hanxuyao
阅读(166)
评论(0)
推荐(0)
摘要:
#include <bits/stdc++.h> using namespace std; int main() { bool TGDCN=true; string s; string a; cin >> s; a=s; if(s[0]=='0'){ cout<<s; }else{ for(int 阅读全文
posted @ 2023-10-22 09:57
hanxuyao
阅读(8)
评论(0)
推荐(0)