Submit | All submissions | Best solutions | Back to list |
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 |
hide comments
|
|||||||||||||
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 |
|||||||||||||
2016-04-29 19:09:14
This was very easy using the <cstdio> library. |
|||||||||||||
2016-04-15 14:38:13
my program is running perfect .then why its showing the result as wrong? |
|||||||||||||
2016-04-11 14:36:02
hide everthing |
|||||||||||||
2016-04-10 18:23:10
so hard, when i still can't use programming language |
|||||||||||||
2016-04-06 05:30:38
Im confused I get the correct output and its still wrong.... |
|||||||||||||
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? |
|||||||||||||
2016-03-26 13:22:50
I split the input by new lines as a delimiter but still getting run time error |
|||||||||||||
2016-03-14 04:06:16
Getting time limit exceed??? why? |
|||||||||||||
2016-02-29 16:06:32
it is straight away writing that my code is incorrect...bt my compiler gives it right? how? |