Board logo

標題: 挑戰題4_數字塔 [打印本頁]

作者: 李泳霖    時間: 2023-6-10 15:08     標題: 挑戰題4_數字塔

本帖最後由 李泳霖 於 2023-8-12 08:46 編輯

[attach]15856[/attach]
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     for(_____________)
  7.     {
  8.         for(_____________)
  9.         {
  10.              cout<<________;
  11.         }

  12.         cout<<endl;
  13.     }
  14.     system("pause");
  15.     return 0;
  16. }
複製代碼

作者: 林家鉌    時間: 2023-8-12 13:39

此帖僅作者可見




歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/) Powered by Discuz! 7.2