摘要: (5) #include<stdio.h>struct friends{ /*姓名*/ char name[10]; /*电话号码*/ int phone; /*生日*/ int birthday;};struct birthday{ int year; int month; int day;}; 阅读全文
posted @ 2019-06-25 18:02 拉恒 阅读(148) 评论(0) 推荐(0) 编辑