摘要: 牛客练习赛122题解A-D 牛客练习赛122 A.黑白配 代码: #include <bits/stdc++.h> using namespace std ; const int MAXN=1e5+7; const int INF = 0x3f3f3f3f; typedef long long ll; #define endl 阅读全文
posted @ 2024-03-02 23:19 Beater_1117 阅读(28) 评论(0) 推荐(0)