记录详情

Time Exceeded


  
# 状态 耗时 内存占用
#1 Accepted 41ms 3.355 MiB
#2 Accepted 38ms 3.375 MiB
#3 Accepted 36ms 3.375 MiB
#4 Time Exceeded ≥1007ms ≥3.684 MiB
#5 Time Exceeded ≥1007ms ≥3.707 MiB
#6 Time Exceeded ≥1007ms ≥3.602 MiB
#7 Time Exceeded ≥1007ms ≥4.051 MiB
#8 Time Exceeded ≥1007ms ≥4.102 MiB
#9 Time Exceeded ≥1007ms ≥4.137 MiB
#10 Time Exceeded ≥1007ms ≥4.09 MiB

代码

a,b=map(int,input().split())
c=a**b
ans=0
while c!=0:
	ans+=c%10
	c//=10
print(ans)

信息

递交者
类型
递交
题目
观铃题
语言
Python 3
递交时间
2017-06-22 20:31:08
评测时间
2017-10-30 07:54:39
评测机
分数
30
总耗时
≥7168ms
峰值内存
≥4.137 MiB