#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");
}
望远
相关分类