#include "stdio.h" int main() { //結構變數的宣告(法一) struct student{ char name[8]; int student_id; int chinese; int english; int math; }; ...
確定! 回上一頁