Runtime Error
[Hydro](https://hydro.ac)提供评测服务
代码
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
print(tot+tota)
信息
- 递交者
- 类型
- 递交
- 题目
- P1022 A11-3 高精度整数的加法
- 题目数据
- 下载
- 语言
- Python
- 递交时间
- 2023-08-30 20:50:54
- 评测时间
- 2023-08-30 20:50:54
- 评测机
- 分数
- 0
- 总耗时
- 243ms
- 峰值内存
- 3.344 MiB