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
hide comments
uptoyou:
2015-06-26 10:33:52
sooooooo easy :D AC in one go lol |
|
Christian López:
2015-06-09 20:40:15
1 line in Assembly :v |
|
computer science:
2015-04-03 10:39:41
i need some help, i know the problem is too easy and i solve it but i can not submit it |
|
Dushyant Singh:
2015-01-31 15:50:36
@ Chinmaya Kumar Patanaik - Because it's tutorial problem. |
|
Chinmaya Kumar Patanaik:
2014-12-15 06:47:55
Even though my solution got accepted, I can't see the problem added to the list of solved problem on my account. |
|
Sahil Dua:
2014-07-09 08:33:28
One liner in Python :) |
|
Steven Hans Limantoro:
2014-06-13 10:07:02
lol so easy |
|
Ouditchya Sinha:
2013-09-20 04:09:44
@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. |
|
saurabh jain:
2013-06-29 18:09:36
one line in python :)) |
|
Michael Kharitonov:
2013-04-23 09:45:09
(Tjandra Satria Gunawan)(曾毅昆): Try Malbolge. |
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 |