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
sonpa: 2016-02-17 04:35:32

I found the problem of running code error here,
in your code should show only the answer.
Example:

// ENTER YOU TWO NUMBERS: // don't show it in your coding
3
4
//TOTAL: // don't show it in your code
7

sonpa: 2016-02-17 03:48:00

I try to coding on IDE, it is OK, but when i copy on SPOJ, it is error. Why?

spsanjay118: 2016-02-08 18:43:21

i just don't know why it shows compiling error...i have done the same on my IDE

sharifbdp: 2016-02-05 21:04:42

I just solve this using Node.

ackharsha: 2016-01-26 12:12:35

My first correct code on SPOJ!!

awesomearun: 2016-01-25 12:59:27

where to write code

divyanshu01: 2016-01-18 06:56:54

Time Limit Exceeded??! How?!

nik_97: 2016-01-08 17:58:04

Getting WA inspite of ideone showing my code is correct ? Why is it so ?

nvarshney: 2016-01-02 17:38:01

how to solve i am getting an error of internal error!!

dlpcoder: 2015-12-20 11:46:17

Why it is giving the error -
expected unqualified-id before '<' token


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