#6503. 加一

加一

Description

输入一个整数x,输出这个整数加1后的值,即x+1的值。

Input Format

一个整数x(0 ≤ x ≤ 1000)。

Output Format

按题目要求输出一个整数。

9
10