蛇形數字三角形(C語言實現)

蛇形數字三角形(C語言實現) 代碼如下: #include <stdio.h> #include <stdbool.h> int cnt = 0; int a[26][50]; int n; void f(int top, int bottom) { int i, j; if(top<(n+1)/4) return; for(j=n-bottom+1; j<bottom; ++j)
相關文章
相關標籤/搜索