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

PROGRAMMING:Mathematical function call

Luz5年前 (2021-05-10)题库464
Program to complete the following formula calculation.
y=sin(x)+cos(x)
###Input format:
Enter a real number.
###Output format:
Output the result calculated according to the formula, with two decimal places reserved.
###Input example:
```in
one point five
```
###Output example:
```out
one point zero seven
```







answer:If there is no answer, please comment