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

PROGRAMMING:Solving binary quadratic integer equation

Luz5年前 (2021-05-10)题库340
I'll give you an X, and then I'll get the value of Y through the binary quadratic equation x + x ^ 2 + y = 45.
###Input format:
Positive integer x
###Output format:
Positive integer y
###Input example:
Here is a set of inputs. For example:
```in
four
```
###Output example:
The corresponding output is given here. For example:
```out
twenty-five
```







answer:If there is no answer, please comment