Problem8657--NTL_2_A : Addition of Big Integers

8657: NTL_2_A : Addition of Big Integers

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 256 MiB

Description

Given two integers A and B, compute the sum, A+B.

Input

Two integers A and B separated by a space character are given in a line.

Output

Print the sum in a line.

Constraints

$−1×10^{100000}≤A,B≤10^{100000}$

Sample 1 Input

5 8

Sample 1 Output

13

Sample 2 Input

100 25

Sample 2 Output

125

Sample 3 Input

-1 1

Sample 3 Output

0

12 -3

9

HINT

相同题目:NTL_2_A

Source/Category