摘要: [ABC394A] 22222 遍历字符串把所有 2 输出即可。 #include<bits/stdc++.h> using namespace std; typedef long long ll; string s; int main(){ cin>>s; ll l=s.length(); for 阅读全文
posted @ 2025-02-23 14:51 羽绘 阅读(59) 评论(0) 推荐(1)