发布网友 发布时间:2022-04-22 05:02
我来回答
共1个回答
热心网友 时间:2023-07-08 04:08
struct student { int num; char name; float score[3]} stu = {1, 'm', {90.1, 90.2, 90.3}};
这样就行了,原题中的那个不叫初始化。