摘要:
一、技术总结 学会使用substr(start, num);函数,同时注意题目中的要求,例如可能会出现按照格式输出0004,就不能够用%d格式输出,即使使用也需要注意。 同时stoi函数。 二、参考代码 #include<iostream> #include<string> using namesp 阅读全文
摘要:
一、技术总结 二、参考代码 #include <iostream> #include <vector> #include <map> using namespace std; map<int, int> pos; vector<int> in, pre; void lca(int inl, int 阅读全文