Problem1303--函数:函数返回两个数中较大的那个数

1303: 函数:函数返回两个数中较大的那个数

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 751  Solved: 358
[Submit] [Status] [Web Board] [Creator:]

Description

编写一个函数,该函数返回两个数中较大的那个数。在主程序中从控制台输入两个整数,调用该函数找出较大数,并输出最大数。

Input

100
200

Output

200

Sample Input

4
5

Sample Output

5

Source/Category

 

[Submit] [Status]