APLUSB2 - A plus B

no tags 

Given 2 integers, A and B, find their sum. Beware: There are no limits on A and B

Input

Two integers up to 100000 digits in length

Output

Output their sum

Example

Input:
1
4

Output:
5

hide comments
Brian Bi: 2009-04-16 23:30:53

Note to all people who are getting seemingly inexplicable WAs: Does it say anywhere that the integers must be positive?

Saravannan Shaan: 2009-04-16 23:30:53

Oops! I had to rejudge all submissions, I forgot to run all the test cases. All working solutions now fail.


Added by:Saravannan Shaan
Date:2009-04-09
Time limit:1s-60s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: C99 ERL JAVA JS-RHINO NODEJS PERL6 PYTHON RUBY VB.NET
Resource:Classic