#1144. KJ20231201 数的输入与输出

KJ20231201 数的输入与输出

Background

输入一个整数和一个双精度浮点数,先将浮点数保留两位输出,然后输出整数。

Description

Given two integers x and y, print the sum.

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

100
123.456789
123.46   100

Limitation

1s, 1024KiB for each test case.