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

PROGRAMMING:Minimum value

Luz5年前 (2021-05-10)题库385
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