python 输出 a+b

AC代码:

单组输入:

s=input().split()
print(int(s[0])+int(s[1]))

 

posted @ 2018-11-10 17:31  Let_Life_Stop  阅读(712)  评论(0编辑  收藏  举报