A+B problem

A+B problem

Background

为了for beginngers,特设此题,^_^

Description

输入两个自然数,输出他们的和。

Format

Input

两个自然数x和y

Output

一个数,即x和y的和

Sample 1

Input

233 233

Output

466

Limitation

每个测试点本来给了2s,但为了给长者延续生命,我们决定-1s。

Hint

x,y<2^63