摘要:1 #include <stdio.h> //增+删+改+查+初始化+输出 2 #include <stdlib.h> 3 typedef struct line{ 4 struct line * prior; 5 int data; 6 struct line * next; 7 }line; 8
        阅读全文
        
            posted @ 2019-11-03 19:08
            posted @ 2019-11-03 19:08
            posted @ 2019-11-03 19:04
            posted @ 2019-11-03 19:02