Skip to content

howardyu60211/20201005-homework-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

20201005 作業

作業 1:馬力歐 (mario1.cpp)

請寫一個程式,讓使用者輸入金字塔的高(height),用 # 作為磚塊,堆疊出金字塔的左半側

馬力歐 1-1 關卡長這樣:

範例:

輸入:8 2
輸出:
       #
      ##
     ###
    ####
   #####
 m######
 #######
########

作業 2:馬力歐 (mario2.cpp)

請寫一個程式,讓使用者輸入金字塔的高(height),用 # 作為磚塊,堆疊出金字塔的左半側

馬力歐 1-1 關卡長這樣:

範例:

輸入:8 2
     mario!
輸出:
      !#
     o##
    i###
   r####
  a#####
 m######
 #######
########

Pull Request 前請確認以下事項:

  • 已閱讀 作業繳交方式
  • 在下方附上 Repl 連結
  • 檔案放在自己學號的目錄下
  • 標題以「班級座號、學號、姓名」作為開頭
  • 其他說明事項可以在下面補充

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published