Public submissions
Source code of every submission to this problem in this contest
will be visible for everyone since 2013-08-24 14:35:21.
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 |
Public source code since: | 2013-08-24 14:35:21 |
hide comments
|
|||||||
2017-04-28 16:49:58 kuszi
@(2015-11-01 09:59:05) source codes are available. Just click the submission number being logged in. |
|||||||
2016-07-17 19:43:20
getting comiling error..but working on eclipse id..please anyone help |
|||||||
2015-11-01 09:59:05
can anyone write the source code for this problem? |
|||||||
2015-09-20 07:28:29
showing illegal character compilation error what to do? |
|||||||
2015-06-20 17:33:11 kuszi
"Why is my code showing 24m and .06 ..." - the system counts all the resources, including those used by the Mono virtual machine |
|||||||
2015-06-19 08:59:18
Why is my code showing 24m and .06 time. Can anyone tell me what's wrong. I am using simple code in C# |
|||||||
2015-03-11 11:23:34 kuszi
@Kshitiz Gagrani Please print just the text specified in the problem description like here: http://ideone.com/G5Zl08 Last edit: 2015-03-11 11:25:37 |
|||||||
2015-03-08 05:24:52 Kshitiz Gagrani
http://ideone.com/tVCkv9 this code is working on my pc, but shows error here. Last edit: 2015-08-19 21:42:07 |