#456. 真正a+b

    ID: 456 Type: Default 1000ms 256MiB Tried: 3 Accepted: 3 Difficulty: 10 Uploaded By: Tags>高精度FFT数据结构左偏树四分树树套树替罪羊树树状数组划分树线段树链表setmap哈希STL队列平衡树启发式合并基环树函数式编程块状链表

真正a+b

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 .

Output

One integer, the sum of x and y.

Samples

123 500
623

Limitation

1s, 1024KiB for each test case.