PROGRAMMING:Finding the integer root of quadratic equation of one variable
Find the two integer roots of the equation x $$^ 2 $$+ 6x + 5 = 0.
###Input format:
There is no input for this question
###Output format:
Output the value of the root from small to large in one line, separated by spaces.
###Input example:
```in
nothing
```
###Output example:
The corresponding output is given here. For example:
```out
-5 -1
```
answer:If there is no answer, please comment
###Input format:
There is no input for this question
###Output format:
Output the value of the root from small to large in one line, separated by spaces.
###Input example:
```in
nothing
```
###Output example:
The corresponding output is given here. For example:
```out
-5 -1
```
answer:If there is no answer, please comment