C語言二級第15套

1.題目 代碼 #include <stdio.h> #define M 3 #define N 5 void fun(int (*a)[N],int k) { int i,j,p,temp; /**********found**********/ for(p=1; p<= k; p++)//循環移動左移的次數,共2次 for(i=0; i<M; i++)
相關文章
相關標籤/搜索