摘要: 第五题: #include<stdio.h>#include<string.h>struct birthday{ double year; int month,day;};struct phone{ int num; char name[10]; struct birthday bd;};int m 阅读全文
posted @ 2019-06-25 18:32 马彪 阅读(103) 评论(0) 推荐(0) 编辑