Problem3436--应用 - 1

3436: 应用 - 1

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

“六一”儿童节,老师给一(1)班 n 个小朋友发礼品,每人1份,发到最后还多2份,老师一共准备了多少份礼品?

Input

输入一个整数,代表有几个小朋友

Output

输出老师一共准备了多少份礼品。

Sample Input Copy

30

Sample Output Copy

32

Source/Category