討論串[問題] 迴圈
共 7 篇文章
首頁
上一頁
1
2
下一頁
尾頁

推噓4(4推 0噓 1→)留言5則,0人參與, 最新作者dritchie (Dennis MjY3OTk5)時間9年前 (2015/12/15 21:59), 編輯資訊
0
0
0
內容預覽:
#include<iostream>. #include<string>. using namespace std;. template<int N>string Space(){return " "+Space<N-1>();}. template<>string Space<0>(){retur
(還有196個字)

推噓1(1推 0噓 4→)留言5則,0人參與, 最新作者HolyBugTw (HolyBug)時間9年前 (2015/12/16 15:37), 編輯資訊
0
0
0
內容預覽:
寫個可能有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個字)
首頁
上一頁
1
2
下一頁
尾頁