摘要: L.恒星 思路 签到题,模拟即可。 代码 #include <bits/stdc++.h> #define endl '\n' using i64 = long long; void solve(void) { std::string a, b; std::cin >> a >> b; std::u 阅读全文
posted @ 2025-06-05 17:08 dbywsc 阅读(306) 评论(0) 推荐(1)