摘要: 作者:tANGjIAqIAN 题目1 #include <stdio.h> // 结构体 struct Student { char id[12]; char name[11]; int mathScore; int englishScore; int programmingScore; }; // 阅读全文
posted @ 2024-12-26 17:21 GaPb 阅读(46) 评论(0) 推荐(0)