/ Randle /

记录详情

Memory Exceeded


  
# 状态 耗时 内存占用
#1 Accepted 18ms 3.168 MiB
#2 Wrong Answer 17ms 3.176 MiB
#3 Wrong Answer 19ms 3.195 MiB
#4 Memory Exceeded ≥240ms ≥256.0 MiB
#5 Memory Exceeded ≥239ms ≥256.0 MiB
#6 Memory Exceeded ≥243ms ≥256.0 MiB
#7 Memory Exceeded ≥244ms ≥256.0 MiB
#8 Memory Exceeded ≥247ms ≥256.0 MiB
#9 Memory Exceeded ≥246ms ≥256.0 MiB
#10 Memory Exceeded ≥241ms ≥256.0 MiB

代码

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

信息

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