摘要: link #include <iostream> #define LL long long using namespace std; int N,K; int nextadd[100000]; int val[100000]; int helper(int head){ int cur=head; 阅读全文
posted @ 2020-04-15 21:07 feibilun 阅读(107) 评论(0) 推荐(0)