#p1145. 分组背包

分组背包

No testdata at current.

Background

Special for beginners, ^_^

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 . 10 6 3 2 1 1 3 3 1 4 8 2 6 9 2 2 8 3 3 9 3

Output

20

One integer, the sum of x and y.

Samples

123 500
623

Limitation

1.5s, 1024KiB for each test case.