这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
稍微写快一点的暴力可以过 ```cpp #include using namespace std; const int MAX = 1e5 + 10; int n, m; bool room[MAX]; stack last; int main() { ios::sync_with_stdio(false); cin.…