CodeForces - 1006E Military Problem ( DFS

题意: #include <algorithm> #include <cstdio> #include <cstring> #include <iostream> #include <bits/stdc++.h> using namespace std; #define pb push_back #define ll long long const int MAXN = 2e5+10; int
相关文章
相关标签/搜索