摘要:
struct Student{ int num; char name[20]; char sex; int age; float score; char addr[30]; }; void demo() { struct Student s={1001,"lele",'M',20,98.5,"Sha 阅读全文
posted @ 2021-08-24 17:11
lodger47
阅读(30)
评论(0)
推荐(0)
浙公网安备 33010602011771号