討論串[問題] 迴圈
共 7 篇文章
內容預覽:
#include<iostream>. #include<string>. using namespace std;. template<int N>string Space(){return " "+Space<N-1>();}. template<>string Space<0>(){retur
(還有196個字)
內容預覽:
寫個可能有bug的多階層適用:. #include <stdio.h>. #define LAYERS 3. int main(void) {. int mod=LAYERS-1;. int total=LAYERS*LAYERS;. int i, j;. printf(" ");. for (i=
(還有112個字)