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

hide comments
pnamgay: 2016-05-06 12:00:37

I got the output what they asked but still they said its wrong answer

Last edit: 2016-05-06 12:02:58
d_griffin_101: 2016-04-29 19:09:14

This was very easy using the <cstdio> library.

sharotron_2596: 2016-04-15 14:38:13

my program is running perfect .then why its showing the result as wrong?

alphaa: 2016-04-11 14:36:02

hide everthing

aditya_rev: 2016-04-10 18:23:10

so hard, when i still can't use programming language

axiom_brevity: 2016-04-06 05:30:38

Im confused I get the correct output and its still wrong....

rohilbansal: 2016-03-30 14:15:10

This seems really simple, but just don't know how to write particularly, is there some sort of way of writing a code on SPOJ?

vidhya_coder: 2016-03-26 13:22:50

I split the input by new lines as a delimiter but still getting run time error

danielpb: 2016-03-14 04:06:16

Getting time limit exceed??? why?

ami_007: 2016-02-29 16:06:32

it is straight away writing that my code is incorrect...bt my compiler gives it right? how?


Added by:kuszi
Date:2012-08-22
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: ASM64