PROGRAMMING:Minimum value
Find the minimum.
###Input format:
Enter 2 integers.
Input to end of file
###Output format:
The output content is the minimum value.
###Input example:
Here is a set of inputs. For example:
```in
66 77
```
###Output example:
The corresponding output is given here. For example:
```out
sixty-six
```
answer:If there is no answer, please comment
###Input format:
Enter 2 integers.
Input to end of file
###Output format:
The output content is the minimum value.
###Input example:
Here is a set of inputs. For example:
```in
66 77
```
###Output example:
The corresponding output is given here. For example:
```out
sixty-six
```
answer:If there is no answer, please comment