[問題] C_結構陣列值比大小 - 看板 C_and_CPP - 批踢踢實業坊

[問題] C_結構陣列值比大小 - 看板 C_and_CPP - 批踢踢實業坊

瀏覽:1197
日期:2025-04-26
標題 [問題] C_結構陣列值比大小 時間 Sun Jun 20 21:17:52 2010 #include #include #define SIZE 2 int main() { int i; int m ,index; struct data { char name[10]; int math; }student[SIZE]; for(i=0;i...看更多