摘要: 1 生日大小#include<stdio.h>struct brithday{ int year; int month; int day;};struct student{ char name[10]; int tel; struct brithday brith;};int main(void){ 阅读全文
posted @ 2019-06-25 20:22 ☞miss☜ 阅读(162) 评论(0) 推荐(0)