PROGRAMMING:minimum
there are there integer,find the minimum number
### Input:
there integer.
###Output:
the minimum value.
### Example
Input
```in
8 3 5
```
### Output:
```out
three
```
answer:If there is no answer, please comment
### Input:
there integer.
###Output:
the minimum value.
### Example
Input
```in
8 3 5
```
### Output:
```out
three
```
answer:If there is no answer, please comment