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

PROGRAMMING:Product of even numbers

Luz5年前 (2021-05-10)题库350
Find the product of all even numbers from 1 to n$$ n\le 20$$)
###Input format:
Enter the integer n.
###Output format:
Even product from 1 to n
###Input example:
Here is a set of inputs. For example:
```in
five
```
###Output example:
The corresponding output is given here. For example:
```out
eight
```







answer:If there is no answer, please comment