#1257. python-进制转换-hex()的使用

python-进制转换-hex()的使用

Background

Description

python-进制转换-hex()的使用 image

Format

Input

Two integers x and y, satisfying 0x,y327670\leq x,y\leq 32767 .

Output

One integer, the sum of x and y.

Samples


0xff
-0x32
0xc

Limitation

1s, 1024KiB for each test case.