先附上程式碼 #include <stdio.h> #include <stdlib.h> void printfLegal(int *array); void main(void) { int i,array[10][3]; ...
確定! 回上一頁