摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define maxn 100000 5 6 typedef struct { 7 int data; 8 struct node*pri,*next; 9 }node 阅读全文
posted @ 2020-09-24 21:39 ethon-wang 阅读(179) 评论(0) 推荐(0) 编辑