Easy for beginners
Statement
Goal
In this you have to find sum of two numbersInput
First Line: You have given A in number.
Second Line: You have given B also in number:
Second Line: You have given B also in number:
Output
Sum of two number
Constraints
Example
Input
2 1
Output
3
Game modes
Shortest
Test cases
Test 1 Test
Input
2
1
Output
3
Validator 1 Validator
Input
3
4
Output
7
Test 2 Test
Input
3
2
Output
5
Validator 2 Validator
Input
4
5
Output
9
Test 3 Test
Input
5
9
Output
14
Validator 3 Validator
Input
10
10
Output
20
Test 4 Test
Input
12
9
Output
21
Validator 4 Validator
Input
15
7
Output
22
Solution language
Solution
Stub generator input