/ XmX / 题库 /

A+B faster

A+B faster

Background

Special for beginners, ^_^

Description

Given two integers \(x\) and \(y\), print the sum.

Format

Input

Two integers \(x\) and \(y\), satisfying \(INT_MIN <= x, y , sum <= INT_MAX\).

Output

One integer, the sum of \(x\) and \(y\).

Sample 1

Input

123 500

Output

623

Limitation

10ms, 32KiB for each test case.

信息

ID
1002
难度
9
分类
其他 | 数学 点击显示
标签
递交数
10
已通过
4
通过率
40%
上传者

相关

在下列比赛中:

内测赛第一轮