实现函数max_two传入两个整数,求出较大值加一返回给主调函数并输出。(条件语句,函数调用,OJ)
int max_two(int a, int b);
1 2
3
1 2 6 8 2 9 3 4 1 9 2 99
3 9 10 5 10 100