Số lớn nhất


Submit solution

Points: 1 (partial)
Time limit: 1.0s
Memory limit: 500M

Author:
Problem type

Viết chương trình nhập vào 5 số nguyên. In ra số lớn nhất trong 5 số đó.

Ví dụ:

Input 1:
1 4 2 5 3
Output 1:
5
Input 2:
-2 -6 7 -9 3
Output 2:
7

Comments

There are no comments at the moment.