摘要: #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 阅读(105) 评论(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 阅读(127) 评论(0) 推荐(0)