3060: 函数-求两数最大值
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:6
Solved:6
Description
定义函数int max(int a, int b),返回两个整数的最大值。主函数输入两个整数,调用该函数输出最大值。
Input
两个整数,用空格分隔
Output
最大值
Sample Input Copy
5 8
Sample Output Copy
8
HINT
整数范围 [-10000, 10000]