摘要: ###C.Decrement on the Tree 硬生生地写成了树形dp,写了160行 #include<bits/stdc++.h> using namespace std; typedef long long ll; #define int ll typedef pair<int,int> 阅读全文
posted @ 2020-08-10 17:47 Rynar 阅读(218) 评论(0) 推荐(0)