摘要: 一、技术总结 学会使用substr(start, num);函数,同时注意题目中的要求,例如可能会出现按照格式输出0004,就不能够用%d格式输出,即使使用也需要注意。 同时stoi函数。 二、参考代码 #include<iostream> #include<string> using namesp 阅读全文
posted @ 2020-06-24 20:18 睿晞 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 一、技术总结 二、参考代码 #include <iostream> #include <vector> #include <map> using namespace std; map<int, int> pos; vector<int> in, pre; void lca(int inl, int 阅读全文
posted @ 2020-06-24 19:29 睿晞 阅读(89) 评论(0) 推荐(0) 编辑