Sum of squares Cnk
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Given a non-negative integer , find the sum of binomial coefficients
Input
One non-negative integer .
Output
Print the value of the sum.
Examples
Input #1
Answer #1
Submissions 649
Acceptance rate 46%