题解 | #高精度整数加法#

高精度整数加法

http://www.nowcoder.com/practice/49e772ab08994a96980f9618892e55b6

Python 一行解法

while True:
    try:
        str_1, str_2 = input(),input()
        print(int(str_1)+int(str_2))
    except:
        break
全部评论

相关推荐

07-02 13:52
门头沟学院 Java
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务