导航切换
Back
Overview
Status
Standings
Clarifications
Login
Login
Register
Start:
May, 26, 2021 19:00:00
2021春ACM通识课考试(第二场)(补题)
End:
Dec, 31, 2021 23:00:00
Time elapsed:
Time remaining:
A
B
C
D
E
F
G
H
跳台阶
2941
Time Limit:
1 s
Memory Limit:
256 MB
Submission:
288
AC:
100
Score:
0
Submit
Codes
Description
一个台阶总共有
n
级,如果一次可以跳
1
级,也可以跳
2
级,求总共有多少种跳法。
Input
输入一个数
n(n<=45)
,表示有
n
级台阶
Output
输出不同跳法的总数。
Samples
input
Copy
1
output
Copy
1
input
Copy
2
output
Copy
2
Submit
Codes