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

PROGRAMMING:Finding the integer root of quadratic equation of one variable

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