摘要: A-Bingbong的化学世界 #include<bits/stdc++.h> using namespace std; const int maxn = 1001; int a[maxn]; int main() { string t = "...|..."; vector<string> x(6 阅读全文
posted @ 2024-05-06 18:08 PHarr 阅读(4) 评论(0) 推荐(0) 编辑
摘要: A-小红进地下城 a = input() b = input() if a == b : print("Yes") else: print("No") B-小红打怪 #include <bits/stdc++.h> using namespace std; int main() { int n, m 阅读全文
posted @ 2024-05-06 18:02 PHarr 阅读(2) 评论(0) 推荐(0) 编辑