1000 - [在线测评解答教程] A+B Problem

输入两个数字,输出它们的和。

Input

两个整数: a, b(0 \leq a, b \leq 100)

Output

输出一个整数,该整数为 a, b 两数字之和。

'

Examples

Input

1 2

Output

3
Time Limit 1 second
Memory Limit 128 MB
Discuss Stats
上一题 下一题