800037: [NOI_3.3]三个数中的最大值
Memory Limit:128 MB
Time Limit:1 S
Judge Style:Text Compare
Creator:
Submit:775
Solved:399
Description
输入a, b, c的值,输出其中最大值。
Input
三行,三个整数,分别为a, b, c。
Output
一行,三个数中的最大值。
Sample Input Copy
10
20
30
Sample Output Copy
30