摘要:
G 题的联通处理不会,摆了。 [ABC398A] Doors in the Center 随便做。 #include<bits/stdc++.h> using namespace std; typedef long long ll; ll n; int main(){ cin>>n; for(int 阅读全文
摘要:
[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 阅读全文
摘要:
[ABC393A] Poisonous Oyster 简单题。根据情况判断即可。 代码实现 #include<bits/stdc++.h> using namespace std; typedef long long ll; string s1,s2; int main(){ cin>>s1>>s2 阅读全文