Time limit: 1.0s , Memory limit: 256M , Points: 1
Cho số nguyên dương . Bạn hãy tính giá trị biểu thức:
.
Input
- Dòng duy nhất chứa số nguyên dương .
Output
- In ra giá trị biểu thức cần tính.
Examples
Sample Input 1
3
Sample Output 1
30
Sample Input 2
10
Sample Output 2
1249
Comments