Back
Close

A + B = ?

Statement
Give two integers A and B. Find A + B.

Input description
Given A and B.

Output description
Find A + B.

Constraints
1 <= A <= B <= 10^100.

Game modes

Test cases
Test 1 Test
Input
43 34
Output
77

Validator 1 Validator
Input
3 76
Output
79

Test 2 Test
Input
111 222
Output
333

Validator 2 Validator
Input
44444 55555
Output
99999

Test 3 Test
Input
11111 88888
Output
99999

Validator 3 Validator
Input
1 2
Output
3

Test 4 Test
Input
100000000000000000000000000000000 1
Output
100000000000000000000000000000001

Validator 4 Validator
Input
100000000000000000000000000000000 100000000001
Output
100000000000000000000100000000001

Solution language

Solution

Stub generator input