logo AlgoBeat OnlineJudge
登录 注册

#127 题解

作者: ZhuTY14  ·  发布于 2026-06-09 21:15:12  ·  最后修改于 2026-06-09 22:49:01
已通过
审核员:joe_zxq 彩笔 · 2026-06-09 22:49:01

思路

高精度板子题。

代码

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

暂无评论

登录 后即可评论。