摘要: #include using namespace std;const int maxn = 50005;int num = 0;struct node{ int *elem; int len;};void Creatlist(struct node &li... 阅读全文
posted @ 2018-10-18 15:41 Mercury_Lc 阅读(558) 评论(0) 推荐(0)