eolymp
Competitions

Биномиальный коэффициент

Sum of squares Cnk

Given a non-negative integer n, find the sum of binomial coefficients

prb11271.gif

Input

One non-negative integer n (n30).

Output

Print the sum value.

Time limit 1 second
Memory limit 128 MiB
Input example #1
3
Output example #1
20