摘要: 结构体类型的定义 #include<stdio.h> #include<math.h> #define e 2.718 //typedef int INTEGER 别名 int main(){ //1 struct student{ int num; char name[8]; float scor 阅读全文
posted @ 2023-03-16 21:13 Development_UP 阅读(11) 评论(0) 推荐(0)