苏觅云
苏觅云
题解
题解 | #高精度整数加法#
全部文章
题解
归档
标签
去牛客网
登录
/
注册
题解 | #高精度整数加法#
276 浏览
0 回复
2022-02-23
苏觅云
+关注
高精度整数加法
http://www.nowcoder.com/practice/49e772ab08994a96980f9618892e55b6
while True: try: a = int(input()) b = int(input()) print(a + b) except: break
Python3
举报
收藏
赞
评论加载中...