摘要: #include <iostream> #include <bits/stdc++.h> #include <string> using namespace std; typedef struct { int end; bool isDrop; }Tree; vector<Tree> tree; i 阅读全文
posted @ 2021-02-06 12:49 -Asurada- 阅读(104) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <bits/stdc++.h> #include <string> using namespace std; typedef struct { int base; vector<int> subtract; int end; }Tree; v 阅读全文
posted @ 2021-02-06 12:06 -Asurada- 阅读(110) 评论(0) 推荐(0) 编辑