PROGRAMMING:Find the maximum
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
###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