Toggle navigation
编绘童年
F.A.Qs
ProblemSet
Source/Category
Status
Ranklist
Contest
Login
Problem3072--A+1问题
3072: A+1问题
Time Limit:
1
Sec
Memory Limit:
128 MB
Submit:
38
Solved:
34
[
Status
] [
Submit
] [Creator:
]
Description
输入一个整数 a,输出 a+1 的值。
Input
一个整数 a(1 ≤ a ≤ 100)。
Output
输出一个整数,表示 a + 1 的值。
Sample Input
Copy
2
Sample Output
Copy
3
Source/Category