1000 a+b

来源:互联网 发布:微创软件 编辑:程序博客网 时间:2024/05/20 05:53

题目

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

输入

1 2

输出

3

代码

print(sum(map(int, raw_input().split())))
0 0
原创粉丝点击