#include "stdio.h"void main(){ typedef struct student{ int age; int weight; char name[21]; }stu-t; stu-t yys={20,110,"小明"}; printf("%d,%d%,%s".yys.age,yys.weighht, yys.name"); }
添加回答
举报
0/150
提交
取消