Problem3128--【语言基础】计算器系列#1(单样例)

3128: 【语言基础】计算器系列#1(单样例)

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

题目现给出一道算式,请你给出这道算式的答案。
如:
1 + 2
输出:
3

Input

n + m(1 <= n,m <= 1000000)

Output

n+m

Sample Input Copy

1 + 2

Sample Output Copy

3