摘要: [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 羽绘 阅读(38) 评论(0) 推荐(1) 编辑
摘要: [ABC393A] Poisonous Oyster 简单题。根据情况判断即可。 代码实现 #include<bits/stdc++.h> using namespace std; typedef long long ll; string s1,s2; int main(){ cin>>s1>>s2 阅读全文
posted @ 2025-02-16 14:33 羽绘 阅读(29) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示