標題:
11101_b5易
[打印本頁]
作者:
李泳霖
時間:
2024-5-19 18:38
標題:
11101_b5易
[attach]18528[/attach]
請問若想要輸出如上圖畫面,底線程式碼如何完成?
int n = 4;
for (int i = 0; i < n; i++) {
for (int j = 0; j < 10; j++) {
if (j < n - i - 1 || j > ____) {
printf("*")
} else {
printf("%d", 2 * i + 1)
}
}
}
複製代碼
本帖隱藏的內容需要回復才可以瀏覽
作者:
東緯
時間:
2024-5-19 19:29
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2