Struct date
{
int y;
Int m;
Int d;
};
Struct student
{
Char num [15].
Char name [30].
Struct date bir;
} s;
Int main ()
{the while ((the scanf (" % s ", s.n um))!=NULL)
{the scanf (" % s % d % d, % d ", s.n ame, & amp; S.b ir. J y, & amp; S.b ir. J m, & amp; S.b ir. D);
Printf (" % s \ n \ n % s % 4 d. d. % 02 02 d % \ n ", s.n um, s.n ame, s.b ir. Y, s.b ir. M, s.b ir. D);
}
return 0;
}
CodePudding user response:
I hope it can help you: https://blog.csdn.net/it_xiangqiang/category_10581430.htmlI hope it can help you: https://blog.csdn.net/it_xiangqiang/category_10768339.html