摘要:
#include <stdio.h>#include <sys/socket.h>#include <sys/types.h>#include <stdlib.h>#include <netinet/in.h>#include <errno.h>#include <string.h>#include 阅读全文
posted @ 2019-03-26 16:20
uncle&loir
阅读(73)
评论(0)
推荐(0)
摘要:
#include <stdio.h> #include <stdlib.h>#include <string.h>typedef struct student{ int score; struct student *next;} LinkList;LinkList *creat(int n){ Li 阅读全文
posted @ 2019-03-26 16:18
uncle&loir
阅读(107)
评论(0)
推荐(0)

浙公网安备 33010602011771号