作者tarrytu (LASK)
看板C_and_CPP
標題Re: [問題] 想請問一題 For迴圈的應用,印圖形
時間Fri Oct 21 00:09:15 2011
以前不知道在哪看到的方法
for(int i = -4 ; i <5 ; i++){
for(int j =0 ; j < 5-abs(i) ; j++)
putc('*',stdout);
putc('\n',stdout);
}
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 111.185.45.51
→ tarrytu:沒看到原PO已經有人推相同的方法了OTL 10/21 00:10
→ tonyhsie:(握) 10/21 00:12