#1866. Room

Room

Description

image Given two integers x and y, print the sum.

Format

Input

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

Output

image One integer, the sum of x and y.

Samples

3
3 4 5
4
1 3 3 5
3
117 170 197
3
210 229 247
3
185 185 222
4
5 45 89 113
4
13 52 53 68
0
6
6
9900
22344
16428
1980
1800

Limitation

3<=N<=6

1<=Ri<=300