a182: 打印矩形
Tags :
Accepted rate : 133人/152人 ( 88% ) [非即時]
評分方式:
Strictly

最近更新 : 2022-07-20 14:40

Content

設計一程式,用戶可輸入矩形的寬和高,程式輸出由「*」組成的矩形(外框)

Input

一行輸入矩形的寬和高,數值為正整數

Output

輸出由「*」組成的矩形(外框)

Sample Input #1
1 2
Sample Output #1
*
*
Sample Input #2
5 4
Sample Output #2
*****
*   *
*   *
*****
Sample Input #3
3 6
Sample Output #3
***
* *
* *
* *
* *
***
測資資訊:
記憶體限制: 64 MB
公開 測資點#0 (33%): 1.0s , <1K
公開 測資點#1 (33%): 1.0s , <1K
公開 測資點#2 (34%): 1.0s , <1K
Hint :
Tags:
出處:
[管理者:
kichan@g.pui... (陳嘉賢CHAN KA IN)
]


ID User Problem Subject Hit Post Date
沒有發現任何「解題報告」