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
dr_aken6: 2020-04-08 18:24:36

How to solve using Dynamic Programming?

surfeyone: 2020-03-28 19:35:53

really testing my limits here..

le_hue_369: 2020-03-20 01:46:55

??? -.-

teluguboy: 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
thompson_: 2019-10-13 03:09:51

Interesting!

Last edit: 2019-10-13 03:10:21
ahmed_1423: 2019-09-16 16:48:00

@mr_beast
u didn't use & while scanning that's why ur getting runtime error.

varun2000: 2019-09-12 18:57:44

on ideone it is showing success but here it not accepting what is wrong ?

prem_123: 2019-08-30 20:16:21

very hard problem

c549427987: 2019-06-18 09:01:42

OH,my god,how hard is it ?

mrdevesh_00: 2019-05-08 06:47:26

Very Hard Problem.Trying to solve but not solved.


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