four-digits comparison


Submit solution

Points: 20 (partial)
Time limit: 5.0s
Memory limit: 256M

Authors:
Problem type

四整數比大小

題目說明

使用者輸入四個整數後,輸出最大值

輸入限制: 數字

輸入

四個整數

輸出

最大值

sample input1

1 
2 
3 
4

sample output1

4

sample input2

-1 
0 
-3
-9

sample output2

0

sample input3

2 
2 
2 
2

sample output3

2

Comments

There are no comments at the moment.