摘要: #include<stdio.h> #include<malloc.h> #include<algorithm> #include<iostream> using namespace std; struct node{ int *elem; int length; }; node a; int f, 阅读全文
posted @ 2018-12-10 14:22 bluefly-hrbust 阅读(94) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> #include<malloc.h> #include<algorithm> #include<iostream> using namespace std; struct node{ int *elem; int length; }; node a; int f, 阅读全文
posted @ 2018-12-10 14:22 bluefly-hrbust 阅读(117) 评论(0) 推荐(0) 编辑