摘要: 1 #define _CRT_SECURE_NO_WARNINGS//不加此行,vs下会报scanf()函数错 2 #define DataType int 3 4 #include <stdio.h> 5 #include <stdlib.h> 6 7 typedef struct node 8 阅读全文
posted @ 2021-12-13 22:02 吕辉 阅读(37) 评论(0) 推荐(0)