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-08-06 20:25:53
i have written code in python and its working but they say its not working . now what should i do? my code in python <snip> Last edit: 2022-08-18 15:43:37 |
|||||||||||||
2016-08-04 11:23:45
gunhee-- you are writing code in python and not in c. ';' is not needed in python |
|||||||||||||
2016-08-04 06:18:09
<snip> it works on python shell 3.5.2 but it doesn't work here. anything i missed? Last edit: 2022-08-18 15:44:32 |
|||||||||||||
2016-08-03 16:52:23
do this <snip> this should work Last edit: 2022-08-18 15:44:39 |
|||||||||||||
2016-08-02 15:38:33
Bug encountered. Solving this in python. print 2 print 3 print 2+3 Still the solution is wrong? Help. |
|||||||||||||
2016-07-25 20:19:04
my code works on eclipse but showing compile time error(using java)..please anyone help me to solve |
|||||||||||||
2016-07-21 09:27:44
Hi everyone , can anybody help me to understand segmentation fault in c with example... pls...? I have get freezed at segmentation fault on Half of the Half. |
|||||||||||||
2016-05-28 23:33:54
Even though the answer is correct, its showing wrong output... How to fix this ? |
|||||||||||||
2016-05-27 17:06:41
Hi, i m very new can anyone tell me how to choose particular Programming Language and how to solve this problem in that language. |
|||||||||||||
2016-05-22 20:48:24
how to write code in code editor.... when i submit solution then show error. what's a problem in writing code? what should be syntax for write a code. Last edit: 2016-05-22 20:49:28 |