Coding is the closest thing we have to superpower !

84 : 简单计算题-两数之和
描述

输入两个整数,输出两个整数的和

输入

两个整数a和b

输出

两个整数的和

样例

输入

1 2

输出

3

输入

10 20

输出

30
语言:
主题: