#120. a+b

a+b

Description

给你两个整数,求两个整数之和。

Input Format

一行,两个整数a,b。

Output Format

一行,a+b的值

Sample

input

5 7

output

12