看板 C_and_CPP 關於我們 聯絡資訊
以前不知道在哪看到的方法 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