摘要:
#include<stdio.h> #include<malloc.h> #include<algorithm> #include<iostream> using namespace std; struct node{ int *elem; int length; }; node a; int f, 阅读全文
摘要:
#include<stdio.h> #include<malloc.h> #include<algorithm> #include<iostream> using namespace std; struct node{ int *elem; int length; }; node a; int f, 阅读全文