摘要: include<stdio.h>struct brithday{ int year; int month; int day;};struct list{ char name[10]; struct brithday bth; int phone[15];};int main(){ int i,n,j 阅读全文
posted @ 2019-06-25 18:31 朱熺 阅读(126) 评论(0) 推荐(0) 编辑