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
|
|||||||||||||
2020-04-08 18:24:36
How to solve using Dynamic Programming? |
|||||||||||||
2020-03-28 19:35:53
really testing my limits here.. |
|||||||||||||
2020-03-20 01:46:55
??? -.- |
|||||||||||||
2020-01-23 09:26:32
CANNOT SOLVE!!! tried to implement tripartite graph and tried to use bitmasks too, but fail on test 3 because I think theyre adding 2 same nums together! Please, if somebody has the solution post it here. I cant find anything online either. If anything like this shows up on IOI i am dead. Last edit: 2020-01-23 09:27:08 |
|||||||||||||
2019-10-13 03:09:51
Interesting! Last edit: 2019-10-13 03:10:21 |
|||||||||||||
2019-09-16 16:48:00
@mr_beast u didn't use & while scanning that's why ur getting runtime error. |
|||||||||||||
2019-09-12 18:57:44
on ideone it is showing success but here it not accepting what is wrong ? |
|||||||||||||
2019-08-30 20:16:21
very hard problem |
|||||||||||||
2019-06-18 09:01:42
OH,my god,how hard is it ? |
|||||||||||||
2019-05-08 06:47:26
Very Hard Problem.Trying to solve but not solved. |