其他函数只能在调用时才能使用结构体的值啊
struct person{int num;int age;};person Zhang ={0,10};void print(const person &p){printf(”%d,%d