若有定义: struct teacher { int num; char name[10]; char sex; int age; }t1={2001,"Li Ming",'M',35};则下列( )对结构变量引用是正确的。