![]() |
#2
rjsp2019-07-08 12:49
|
如何正确使用freopen语句以及结构体;
问:
struct student {
string name;
int chinese,math;
int total;
};
student a[110];
以上student a[110];是什么意思?