联系我们:18205821666(微信同号)
Problem A: A+1问题

Problem A: A+1问题

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 31  Solved: 27
[Status] [Submit] [Creator:]

Description

输入一个整数 a,输出 a+1 的值。  

Input

一个整数 a(1 ≤ a ≤ 100)。

Output

输出一个整数,表示 a + 1 的值。  

Sample Input Copy

2

Sample Output Copy

3