看板 Programming
作者 標題 Re: [請益] 用遞迴實作巢狀迴圈
時間 2010年06月21日 Mon. PM 09:06:13
※ 引述《abc1231qa》之銘言:
#include<iostream>
using namespace std;
int main()
{
int loop1=0 , loop2=0 , loop3=0 , loop4=0;
int inttemp[4];
char chartemp[4];
cin.getline(chartemp,4,'\0');
for(loop1=0;loop1<=2;loop1++)
inttemp[loop1]=chartemp[loop1]-48;
for(loop2=inttemp[0];loop2>=0;loop2--)
for(loop3=inttemp[1];loop3>=0;loop3--)
for(loop4=inttemp[2];loop4>=0;loop4--)
cout<<loop2<<loop3<<loop4<<endl;
return 0;
}
--
※ 來源: DISP BBS 看板: Programming 文章連結: http://disp.cc/b/33-3mn
※ 作者: iloveyouever 來自: 163.22.18.79 時間: 2010-06-21 21:06:13
※ 同主題文章:
06-13 02:30 □ [請益] 用遞迴實作巢狀迴圈
06-13 04:43 Re [請益] 用遞迴實作巢狀迴圈
06-13 23:28 Re [請益] 用遞迴實作巢狀迴圈
06-14 01:57 Re [請益] 用遞迴實作巢狀迴圈
● 06-21 21:06 Re [請益] 用遞迴實作巢狀迴圈
10-23 18:48 Re [請益] 用遞迴實作巢狀迴圈
※ 看板: Programming 文章推薦值: 1 目前人氣: 0 累積人氣: 304
回列表(←)
分享