摘要: 先把一种最长路线记录下来,根据k的大小存到ans中相应的答案再输出 1 #define HAVE_STRUCT_TIMESPEC 2 #include<bits/stdc++.h> 3 using namespace std; 4 vector<char>vv; 5 vector<pair<int, 阅读全文
posted @ 2020-02-15 18:21 sewage 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 1 #define HAVE_STRUCT_TIMESPEC 2 #include<bits/stdc++.h> 3 using namespace std; 4 int main(){ 5 ios::sync_with_stdio(false); 6 cin.tie(NULL); 7 cout.t 阅读全文
posted @ 2020-02-15 17:57 sewage 阅读(155) 评论(0) 推荐(0) 编辑