Public submissions
Source code of every submission to this problem in this contest will be visible for everyone since 2013-08-24 14:35:21.

TESTINT - Test 1

Given two natural numbers (both not greater than 200), each number in the separate line, please print the sum of them.

Example

Input:
2
3

Output:
5

Added by:kuszi
Date:2012-08-22
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: ASM64
Public source code since: 2013-08-24 14:35:21

hide comments
2014-12-11 10:31:08 kuszi
@ashok Please do not forget about "return 0;" statement
2014-12-09 19:59:04 ashok
omg NZEC KILLING me.. run time error y?? using c


Last edit: 2014-12-09 19:59:35
2014-11-04 19:07:05 kuszi
Please print just the text specified in the problem description, just like
here
2014-11-03 16:18:36 Prabhat Kumar
http://ideone.com/WcVY1S

It is running in my laptop. Then what is the problem?

Last edit: 2014-11-04 19:02:46
2014-10-30 23:43:05 kuszi
your code lacks "return 0" statement
2014-10-26 08:10:18 Aditya Vikram Singh Chauhan
http://ideone.com/gVCSxx

this is working correctly on my workstation then whats the problem here :/

Last edit: 2014-11-04 19:08:52
2014-08-26 13:45:29 pooja
declare three variables add the two variables and put into in th third and for next line use next line command \n
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.