A+B
题目描述
Given two integers x and y, print the sum.
格式
输入格式
Two integers x and y, satisfying 0 <= x, y <= 32767.
输出格式
One integer, the sum of x and y.
样例 1
输入
123 500
输出
623
限制
1s, 1024KiB for each test case.
来源
Vijos Original
信息
- 难度
- 8
- 分类
- (无)
- 标签
- 递交数
- 18
- 已通过
- 5
- 通过率
- 28%
- 上传者