黄颖斌

导航

 

2019年6月23日

摘要: 1、 #include<stdio.h>struct birthday { int year,mooth,day;};struct student { int tel; char name[20]; struct birthday birth; }; int main(void){struct st 阅读全文
posted @ 2019-06-23 18:02 黄颖斌 阅读(131) 评论(0) 推荐(0)