摘要: A - I'm a teapot 点击查看代码 #include <bits/stdc++.h> using i64 = long long; void solve() { int n; std::cin >> n; std::string s; std::cin >> s; if (n >= 3 阅读全文
posted @ 2025-08-09 21:40 maburb 阅读(343) 评论(0) 推荐(2)