實驗六提交版

1.2 #include <stdio.h> const int N=5; // 定義結構體類型struct student,並定義STU爲其別名 typedef struct student { long no; char name[20]; int score; }STU; // 函數聲明 void input(STU s[], int n); i
相關文章
相關標籤/搜索