Loading

摘要: A - Append s 模拟即可。 #include<bits/stdc++.h> using namespace std; string s; int main(){ ios::sync_with_stdio(false); cin.tie(0),cout.tie(0); cin>>s; cou 阅读全文
posted @ 2026-02-01 19:32 Seqfrel 阅读(7) 评论(1) 推荐(0)