a463: 最大的數值
Tags :
Accepted rate : 227人/246人 ( 92% ) [非即時]
評分方式:
Tolerant

最近更新 : 2021-11-22 22:18

Content

請設計一款程序,用戶分別輸入三個數字,程序將找出最大的數值並輸出。

Input

三行分別輸入三個互不相同的整數數值

Output

輸入的數值當中最大的數值

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


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