Problem H

Statement
Copy Copied
Description:
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?

Input Format:
The input contains two integers a and b (0 ≤ a, b ≤ 103), separated by a single space.

Output Format:
Output the sum of the given integers.

Note:
None