A + B Strikes Back

题目描述

A + B is often used as an example of the easiest problem possible to show some contest platform. However, some scientists have observed that sometimes this problem is not so easy to get accepted. Want to try?

输入输出格式

输入格式


The input contains two integers $ a $ and $ b $ ( $ 0<=a,b<=10^{3} $ ), separated by a single space.

输出格式


Output the sum of the given integers.

输入输出样例

输入样例 #1

5 14

输出样例 #1

19

输入样例 #2

381 492

输出样例 #2

873