摘要:
/7.1/ 1 #include <stdio.h> 2 3 #define N 2 4 5 // 定义结构体类型struct student,并定义STU为其别名 6 typedef struct student 7 { 8 long no; 9 char name[20]; 10 int sco 阅读全文
posted @ 2021-12-23 22:53
BS--HARD
阅读(81)
评论(1)
推荐(0)
浙公网安备 33010602011771号