/ Randle /

记录详情

Time Exceeded


  
# 状态 耗时 内存占用
#1 Wrong Answer 17ms 3.086 MiB
#2 Wrong Answer 16ms 3.086 MiB
#3 Wrong Answer 17ms 3.191 MiB
#4 Time Exceeded ≥1000ms ≥57.367 MiB
#5 Time Exceeded ≥1001ms ≥61.617 MiB
#6 Time Exceeded ≥1001ms ≥63.105 MiB
#7 Time Exceeded ≥1002ms ≥64.129 MiB
#8 Time Exceeded ≥1001ms ≥61.988 MiB
#9 Time Exceeded ≥1003ms ≥62.348 MiB
#10 Time Exceeded ≥1005ms ≥66.434 MiB

代码

n = int(input())
temp = [1,2]
for i in range(3,n+1):
    temp_length = len(temp)
    result = (temp[temp_length-1]+temp[temp_length-2])%(1e9+7)
    temp.append(result)
print(temp[len(temp)-1])

信息

递交者
类型
递交
题目
上楼梯(数据原创)
题目数据
下载
语言
Python 3
递交时间
2020-01-10 17:23:12
评测时间
2020-01-10 17:23:12
评测机
分数
0
总耗时
≥7069ms
峰值内存
≥66.434 MiB