Skip to main content

Sum of Two Numbers

Easy

# Sum of Two Numbers

Read two integers a and b from standard input (on one line, space-separated) and print their sum.

Input

A single line: two integers separated by a space.

Output

A single integer — the sum.

Example

12
Input:  3 5
Output: 8

4 test cases will be run on submit (sample tests shown above are also graded).