e002: P8 完成長方 形面積計算程式
Tags : Python
Accepted rate : 0人/0人 (0%) [非即時]
評分方式:
Tolerant

最近更新 : 2024-12-20 13:59

Content

長 5公分、寬4公分,計算長方形面積。

a=4
b=5
c = a * b
print(c)

Input
Output
Sample Input #1


											
										
Sample Output #1
20
測資資訊:
記憶體限制: 64 MB
公開 測資點#0 (100%): 1.0s , <1K
Hint :
Tags:
Python
出處:
[管理者: zero(育達管理員) ]


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