/ 21班 /

记录详情

Runtime Error


  
# 状态 耗时 内存占用
#1 Runtime Error 10ms 2.82 MiB
#2 Runtime Error 9ms 2.844 MiB
#3 Runtime Error 10ms 2.859 MiB
#4 Runtime Error 10ms 2.816 MiB
#5 Runtime Error 9ms 2.789 MiB

代码

a=int(input())
b=int(input())
c=int(input())
d=int(input())
tot=1
tota=1
for i in range(1,b+1):
	tot*=a
for j in range(1,d+1):
	tota*=c
tot+=tota
print(tot)

信息

递交者
类型
递交
题目
P1022 A11-3 高精度整数的加法
题目数据
下载
语言
Python
递交时间
2023-08-30 20:51:18
评测时间
2023-08-30 20:51:18
评测机
分数
0
总耗时
50ms
峰值内存
2.859 MiB