Question

Write a function to find the number of balanced parenthesis of given length?

Login to Submit

Examples

Input: 2
Output: 1
Reason: "()" is the only balanced paranthesis for length 2