#include <stdio.h>
sturct Contact
{
char name[20];//名字
char sex[20];//性别
char email[20];//电子邮箱
int numble;//电话号码
}
int main()
return 0;