摘要: B题 题面翻译 qwq 思路 其实就是统计加判断 注意满堂彩的定义 点击查看代码 #include <bits/stdc++.h> using namespace std; const int MAXN = 1e5 + 7; int read() { int x = 0, w = 1; char c 阅读全文
posted @ 2025-03-28 19:32 include_qwq 阅读(27) 评论(0) 推荐(0)