2018年8月28日

Codeforces Round #506 (Div. 3) E

摘要: Codeforces Round #506 (Div. 3) E dfs+贪心 #include<bits/stdc++.h> using namespace std; typedef long long ll; const int maxn = 200005; int n,u,v; int ans 阅读全文

posted @ 2018-08-28 18:18 solvit 阅读(214) 评论(0) 推荐(0)

导航