摘要: A - Doors in the Center 签到题,直接构造即可。 点击查看代码 #include<bits/stdc++.h> using namespace std; #define int long long const int N = 1e6 + 10; signed main() { 阅读全文
posted @ 2025-03-26 22:05 ZhangDT 阅读(31) 评论(0) 推荐(0)