摘要: 初学 用数组来建树 // 用数组模拟 一般优于结构体 #include<cstdio> #include<cstring> #include<algorithm> #include<iostream> #include<string> using namespace std; const int m 阅读全文
posted @ 2020-07-13 00:06 wansheking 阅读(21) 评论(0) 推荐(0)