/ 21班 /

记录详情

Runtime Error


  
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Runtime Error Hangup 48ms 3.262 MiB
#2 Runtime Error Hangup 46ms 3.27 MiB
#3 Runtime Error Hangup 45ms 3.355 MiB
#4 Runtime Error Hangup 44ms 3.355 MiB
#5 Runtime Error Hangup 44ms 3.262 MiB

代码

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

信息

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