通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
设有如下结构体说明:
struct ST { int a; float b; struct ST *c; double x[3]; }st1;
请填空,完成以下对数组s的定义,使其每个元素均为上述结构体类型__________。