摘要: 比赛链接 A.Cowardly Rooks dfs暴搜即可。 点击查看代码 #include <bits/stdc++.h> using namespace std; #define N 1000010 #define ll long long template <class T> inline v 阅读全文
posted @ 2022-10-21 13:49 雪之下,树之旁 阅读(27) 评论(0) 推荐(0) 编辑