ADUN - Adding two numbers

Your task is to read two numbers a and b (0 < a, b <2100000000) and to output their sum.

Input

Input contains two lines, on the first line the number a and on the second line the number b.

Output

Output the sum of the two numbers.

Example

Input:
20
30

Output:
50

Added by:Pripoae Toni
Date:2008-09-14
Time limit:0.405s
Source limit:1024B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: ERL JS-RHINO
Resource:Original

hide comments
2015-06-26 10:33:52
sooooooo easy :D AC in one go lol
2015-06-09 20:40:15 Christian López
1 line in Assembly :v
2015-04-03 10:39:41 computer science
i need some help, i know the problem is too easy and i solve it but i can not submit it
2015-01-31 15:50:36 Dushyant Singh
@ Chinmaya Kumar Patanaik - Because it's tutorial problem.
2014-12-15 06:47:55 Chinmaya Kumar Patanaik
Even though my solution got accepted, I can't see the problem added to the list of solved problem on my account.
2014-07-09 08:33:28 Sahil Dua
One liner in Python :)
2014-06-13 10:07:02 Steven Hans Limantoro
lol so easy
2013-09-20 04:09:44 Ouditchya Sinha
@alex : It should be %ld in scanf & not &ld. Please don't post your code here. Post it on the SPOJ FORUM from here on & someone will surely help you. Do remove your code after getting accepted.
2013-06-29 18:09:36 saurabh jain
one line in python :))
2013-04-23 09:45:09 Michael Kharitonov
(Tjandra Satria Gunawan)(曾毅昆): Try Malbolge.
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.