通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
设有如下语句
typedef struct Date { int year; int month; int day; } DATE;
则以下叙述中错误的是()。