通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
设有定义:
struct complex {int real,unreal;} data1={1,8},data2;
则以下赋值语句中错误的是()。