Tìm số lớn nhất ver 2

View as PDF

Submit solution

Points: 0.01
Time limit: 1.0s
Memory limit: 64M
Input: stdin
Output: stdout

Authors:
Problem type

Cho 5 số nguyên a,b,c,d,e (Với 1≤a,b,c,d,e≤10000). Kiếm số lớn nhất trong 5 số a,b,c,d,e.

Input

Dòng đầu tiên có chứa 5 số nguyên a,b,c,d,e (Với 1≤a,b,c,d,e≤10000).

Output

Một dòng duy nhất là 1 số là số lớn nhất trong 5 số đã cho.

Examples

Input

Copy
1 1 1 1 1

Output

Copy
1

Input

Copy
3 1 1 3 3

Output

Copy
3

Input

Copy
9 3 8 1 2

Output

Copy
9

Comments

Please read the guidelines before commenting.


There are no comments at the moment.