摘要:
include include<string.h> include<windows.h> using namespace std; struct student { char name[10]; int c, math, english; double average; }; int main()
阅读全文
posted @ 2024-11-19 22:17
残夏便是结局
阅读(27)
推荐(0)
摘要:
include include<string.h> include<windows.h> using namespace std; struct student { char name[10]; int c, math, english; double average; }; int main()
阅读全文
posted @ 2024-11-19 21:54
残夏便是结局
阅读(17)
推荐(0)