1000 a+b

    xiaoxiao2021-12-14  15

    题目

    读入两个数,输出两个数之和。

    输入

    1 2

    输出

    3

    代码

    print(sum(map(int, raw_input().split())))
    转载请注明原文地址: https://ju.6miu.com/read-970005.html

    最新回复(0)