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
minkh93: 2017-11-22 14:48:50

my first problem solved.

ano302: 2017-09-05 18:33:12

Dont forget the newline.

kcyeap: 2017-08-03 08:24:10

i don't really know what is happening can someone guide me ?

duyqnguyenle: 2017-07-13 13:18:04

My first problem

spearous: 2017-07-11 04:26:23

@ vivaan212: proper indent in front of the "print(x+y)"
<snip>

Last edit: 2022-08-18 15:43:06
anurag_kurle: 2017-03-22 16:40:22

wrote js code with variables A+B but some NEZ error occurs. What is my mistake ?

siddhartha786: 2016-12-28 20:27:04

i found it easy

poonam_29: 2016-11-21 22:21:24

it is showing runtime error NZEC. what it means ? i have used smpile code output is a+b?

Adam Owczarek: 2016-10-17 15:57:23

@vivaan212 your code doesn't work for x or y = 200. Delete if instruction or modify to greater or equal ( <= ) 200.

vokhanhminh123: 2016-10-05 15:24:35

can I use Pascal for this exercise?


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