300522: CF100C. A+B

Memory Limit:64 MB Time Limit:2 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

C. A+Btime limit per test2 secondsmemory limit per test64 megabytesinputstandard inputoutputstandard output

Bijan is new to programming. He learned recently that programmers do not code every bit of their apps from scratch.

For example they never write a code to sum two integers, because their languages have the ability to do the sum. But can they use it? Can an experienced coder who has attended more than 100 contests, sum two integers?

Bijan is not sure about this. What's your opinion?

Input

You are given two integers a and b, one per line (1 ≤ a, b < 10500). These numbers will not have any leading zeros.

Output

Write sum of the two integers. Do not put any leading zeros.

ExamplesInput
2
3
Output
5
Input
1390
2011
Output
3401
Input
12345
54321
Output
66666

Input

加入题单

算法标签: