联系我们:18205821666(微信同号)
Problem D: 算式求值

Problem D: 算式求值

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

Description

输入一个整数 a。

求算式 a × (2 × a + 3) × (a + 5) 的结果。

Input

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

Output

输出一个整数,表示算式 a × (2 × a + 3) × (a + 5) 的结果。

Sample Input Copy

1

Sample Output Copy

30