-->
当前位置:首页 > 题库

PROGRAMMING:Find the maximum

Luz5年前 (2021-05-10)题库410
This topic requires reading in 2 integers a and B, and then output the maximum value of the two numbers.
###Input format:
Enter 2 integers a and B with absolute value no more than 1000 in one line.
###Output format:
For each set of inputs, output the maximum value in one line.
###Input example:
Here is a set of inputs. For example:
```in
18 -299
```
###Output example:
The corresponding output is given here. For example:
```out
eighteen
```







answer:If there is no answer, please comment