logo AlgoBeat OnlineJudge
登录 注册

题解

作者: _ZXY_  ·  发布于 2026-06-15 17:22:02  ·  最后修改于 2026-06-15 21:34:40
已通过
审核员:AlgoBeat 官方账号 · 2026-06-15 21:34:40

我们知道,python 是默认高精的,所以用 python 即可。

a=int(input())
b=int(input())
print(a+b)

暂无评论

登录 后即可评论。