#1556. 定义getMax函数

定义getMax函数

问题描述

定义一个求两个整数最大值getMax函数,主函数中输入两个整数,通过调用getMax函数求出最大值并且打印。

格式

输入

3 4

输出

4

样例

123 500
500