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

PROGRAMMING:N times of real number x

Luz5年前 (2021-05-10)题库381
Find n times of a real number X.
###Input format:
Enter a real number and an integer on a line, separated by a space, without any other common characters.
###Output format:
According to "y = result" in one row, the result retains 6 decimal places without width control.
###Input example:
```in
1.5 2
```
###Output example:
```out
y=3.000000
```






answer:If there is no answer, please comment