#include<stdio.h> #define N 5 //确定人数 struct people{ char name[10]; int gender; int age; }; void Input(struct people peo[]); ...
確定! 回上一頁