摘要:
#include <stdio.h> #include <stdlib.h> const int N=5; typedef struct student { long no; char name[20]; int score; }STU; void input(STU s[], int n); in 阅读全文
posted @ 2019-12-22 15:16
海鸥与羽
阅读(192)
评论(2)
推荐(0)
摘要:
1 阅读全文
posted @ 2019-12-22 15:13
海鸥与羽
阅读(58)
评论(0)
推荐(0)