摘要: /* #include <stdio.h> #include <string.h> typedef struct student { int age; char name[20]; char sex[10]; }Stu; int main(int argc, const char * argv[]) 阅读全文
posted @ 2016-02-19 19:56 YD帅宰 阅读(195) 评论(0) 推荐(0)