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

PROGRAMMING:Lawn improvement

Luz5年前 (2021-05-10)题库440
There is a square lawn with a length of N and a width of 2. Now it is covered with a square lawn with a length of 2 and a width of 1. How many different paving methods are there?
###Input format:
Enter a positive integer n (1 = < n < = 90) to represent the length of the turf.
###Output format:
Output the number of different paving methods.
###Input example:
```in
three
```
###Output example:
```out
three
```







answer:If there is no answer, please comment