typedef union { long i; int k[5]; char c; } DATE; struct data { int cat; DATE cow; double dog; } too; DATE max;
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题