Intro

Today, I have begin the series of solving first 40 problems of URI Online Judge Beginner in python 3. This is problem number 1001 and first post of this series. Let's dig in.

Description

Problem URL: https://www.urionlinejudge.com.br/judge/en/problems/view/1001

Input

The input file will contain 2 integer numbers.

Output

Print the letter X (uppercase) with a blank space before and after the equal signal followed by the value of X, according to the following example.

Obs.: don't forget the endline after all.

Samples Input

10
9

-10
4

15
-7

Samples Output

X = 19
X = -6
X = 8

*Note: Please always check the sample output how it's given, or you will get " Presentation Error ", pretty annoying.

Understanding Problem

Just find out the summation of 2 inputs