Tag
#include <iostream>#include <string.h>using namespace std;//学生基本信息struct StudentInfo{int Id;string Name;int[11] Tele;//科目的成绩double[3] Score;//科目的名称static string[3] Subject…
查看更多 2026-02-20
Demand feedback