牛客155969019号
牛客155969019号
题解
题解 | #高精度整数加法#
全部文章
题解
归档
标签
去牛客网
登录
/
注册
题解 | #高精度整数加法#
378 浏览
0 回复
2021-10-17
牛客155969019号
+关注
高精度整数加法
http://www.nowcoder.com/practice/49e772ab08994a96980f9618892e55b6
while True: try: n1 = int(input()) n2 = int(input()) print(n1+n2) except: break
Python3
举报
收藏
赞
评论加载中...