摘要: 1 #include <bits/stdc++.h> 2 #define dbg(x) cout << #x << "=" << x << endl 3 4 using namespace std; 5 typedef long long LL; 6 const int maxn = 3e5 + 7 阅读全文
posted @ 2020-02-04 22:59 Orangeko 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 链接:https://ac.nowcoder.com/acm/contest/3002/F来源:牛客网 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 262144K,其他语言524288K 64bit IO Format: %lld 题目描述 有一天,maki拿到了一颗树。所谓树, 阅读全文
posted @ 2020-02-04 22:32 Orangeko 阅读(403) 评论(0) 推荐(0) 编辑