Problem Description

A number is provided as a string x and an integer y is provided. Convert x to int and output x+y.

Input Format

One line: x y.

Output Format

One integer result.

Sample Test Case

Input:
0012 5
Output:
17

Constraints

x is a valid integer string, -10^18

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next