记录详情

Accepted


  
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 26ms 3.871 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:01
评测时间
2021-10-21 22:14:58
评测机
分数
10
总耗时
26ms
峰值内存
3.871 MiB