#1208. 最大最小值之间的数

最大最小值之间的数

No testdata at current.

No submission language available for this problem.

Background

Special for beginners, ^_^

Description

前提,数字一定是互不相同 然后,题目意思是想输出最大最小值之间的所有的数值 当然,最大值,最小值它们的相对位置,可能会有所反转

想把事情做的好一点的,没办法,只能对付对付了 20241115 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

123 500
623

Limitation

1s, 1024KiB for each test case.