#include <stdio.h> #include <ctype.h> //引入字元測試與轉換函數標頭檔struct student{ int id; char name[10]; }; int main(void) { student john ...
確定! 回上一頁