Tìm số lớn nhất

View as PDF

Submit solution

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

Authors:
Problem type

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

Input

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

Output

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

Simple Input 1

1 1 1

Simple Output 1

1

Simple Input 2

3 1 1

Simple Output 2

3

Simple Input 3

9 3 8

Simple Output 3

9


Comments

Please read the guidelines before commenting.


There are no comments at the moment.