A+B Problem
测试数据已完成,可以提交!:)
Background
Special for beginners, ^_^
Description
Given two integers x and y, print the sum.
给定两个整数x和y,输出其和。
Format
Input
Two integers x and y, satisfying 0 <= x, y <= 32767.
两个整数x和y 满足0<=x,y<=32767。
Output
One integer, the sum of x and y.
一个整数,x和y的和。
Sample 1
Input
Output
Limitation
1s, 1024KiB for each test case.
Hint
Free Pascal Code
C Code
C++ Code
Python Code
Java Code
Source
Vijos Original
信息
- ID
- 1000
- 难度
- 8
- 分类
- (无)
- 标签
- (无)
- 递交数
- 16
- 已通过
- 6
- 通过率
- 38%
- 上传者