摘要:#include<stdio.h> #include<string.h> //10.04 struct student { char name[10]; int num; int score; }; int main() { struct student stu[5] = { {"bangyan",
阅读全文
posted @ 2022-03-27 16:05
posted @ 2022-03-27 16:05
posted @ 2022-03-24 00:52