12 2016 档案

摘要:#include struct student{ char number[10]; char name[20]; int age; char gender[5]; char phone[15]; char dept[20]; int score; }; int main() { return 0; } ... 阅读全文
posted @ 2016-12-15 23:16 林昊 阅读(128) 评论(1) 推荐(0) 编辑
摘要:#include void sum(int *f) { int i,sum=0; for(i=0;i #include int main() { char a[5]; char *p; p=a; int i,j,t; printf("请输入字符串:"); for(i=0;i0;j--) { ... 阅读全文
posted @ 2016-12-09 00:02 林昊 阅读(130) 评论(1) 推荐(0) 编辑