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
|
|||||||||||||
2017-11-22 14:48:50
my first problem solved. |
|||||||||||||
2017-09-05 18:33:12
Dont forget the newline. |
|||||||||||||
2017-08-03 08:24:10
i don't really know what is happening can someone guide me ? |
|||||||||||||
2017-07-13 13:18:04
My first problem |
|||||||||||||
2017-07-11 04:26:23 spearous
@ vivaan212: proper indent in front of the "print(x+y)" <snip> Last edit: 2022-08-18 15:43:06 |
|||||||||||||
2017-03-22 16:40:22
wrote js code with variables A+B but some NEZ error occurs. What is my mistake ? |
|||||||||||||
2016-12-28 20:27:04
i found it easy |
|||||||||||||
2016-11-21 22:21:24
it is showing runtime error NZEC. what it means ? i have used smpile code output is a+b? |
|||||||||||||
2016-10-17 15:57:23 Adam Owczarek
@vivaan212 your code doesn't work for x or y = 200. Delete if instruction or modify to greater or equal ( <= ) 200. |
|||||||||||||
2016-10-05 15:24:35
can I use Pascal for this exercise? |