Statistics

Problem Statement for "MaximumBalances"

Problem Statement

This problem is about strings that consist of left and right parentheses only: '(' and ')'.

Informally, a string is called balanced if each left parenthesis has a matching right parenthesis, as in a mathematical expression.

Formally:

  • The empty string is a balanced string.
  • If S is a balanced string, then '(' + S + ')' is a balanced string.
  • If S and T are balanced strings, so is S + T.
  • No other strings are balanced.

For example, strings "()", "(())", and "(()())()" are balanced while "(", ")(", and "(()))" are not.

The beauty of a string S is the number of non-empty contiguous substrings of S that are balanced. Two substrings are considered distinct if they begin and/or end at different positions in S.

Example: The beauty of the string "()(())" is 4, as shown below.

             string: ()(())
balanced substrings: ()....
                     ..(())
                     ...().
                     ()(())

You are given a String s. You can rearrange the characters of s arbitrarily (but you cannot add, remove, or replace characters). Calculate and return the beauty of the most beautiful string you can produce.

Definition

Class:
MaximumBalances
Method:
solve
Parameters:
String
Returns:
int
Method signature:
int solve(String s)
(be sure your method is public)

Constraints

  • s will contain between 1 and 2,500 characters, inclusive.
  • Each character of s will be '(' or ')'.

Examples

  1. "(((("

    Returns: 0

    This is the only string we can produce: rearranging four left parentheses doesn't change anything. The beauty of this string is zero: there are no non-empty balanced substrings.

  2. "(())"

    Returns: 3

    We can rearrange these parentheses in several different ways, for example, "))((", "())(", "(())", or "()()". Among all the options the most beautiful one is the string "()()" with beauty 3.

  3. ")))())"

    Returns: 1

    The input string is one of the most beautiful strings. There are also other strings with the same beauty: 1.

  4. "))()()))(()"

    Returns: 10

  5. "("

    Returns: 0

  6. ")"

    Returns: 0

  7. ")))))())))()(((())()))(())))(()))))))(((()()))))((()()()))(()()))()())()()(())())()(()((())))))()())))()(())(()(((())))(()(()()((((())()))))(((())()(()((((()(())())())())))(()))()))(()())()))(())(())()()())()()(((()))(()))))))()((()())))(()))())()((((()()))(())(()))))(((((())))()))())()))))))))()(()()())(()())()(())())))())(()))()())))()))))())(())(()()())()()()(())()((()()))()))())()(()((((()((((()))()()()()((()()()))))))))))))(()())())(())()()))))(((()))((((()(()(()()())(())(()()())))(())(()(()()))())))(()((((())(((())(()()))())()))))((((()())(())())((()))((()(()))))(())())(((())(()((()))))(()))(((()()((((()()()))))))(()))((((()))))()))(()))))))(())())(())(()()))((()()()))((())((()((()))())((()()))))((())())(()())))(((())(())(())()))((()))()(())(()(()(((((()(())()()(()(()(((()())())(())((())))(()()()((())()))()))()))()((((()))()(())))))())(()(()))()()()(()(())))(((()(((())()((()))())((())((())))()()))))(((()()))()())((((((()())()(()(()((((()())))((()(()(((()))((()()(()(((()(()()()())((()(()))(((((())((()(()()(()(((())))))()))()))))(()))())(()(((()()))((((((()))()(())((()(()(()()()((()(()(((()((((()()((()(((())((()))(()()()(())(((())()(())()()))(())()()))()()((())()())()))))(((()))))))())()))())))((((()((()))()))(((()((()()())(()))(()(()()())))()((((())())()()()()))()())))())(((()())())(()))))(()))()(()(()()()(()()((())(()))((())()()(()(()(())(())()((()((()()))(())))())(()((((((((()(())((()(((((()())((())))()()((((((()(())())(()(()())(())(()))(())(()()()))))((()()()))(()(((((())()(())()(()))(((()))))))((()))((((((())(((())()()(()((()()()())(())(()())()()))))((()))(())()()))((()))((()(())()())((())()(()))(((()()))))(((())))(((((((()(()(()(()())(())((()())(())(((()())()()))(()))((((()())()((()()()(((()()((()))))))))))(())))))))()))())()()()((()))()()(()))(()())))))))))())((((()())(())))()(())()))(((()))))))))))((()())(()))(()()()))(()(((())(())(()()()(()((()()()()(((((((()())))()(())()(())))()(())()())()(((())(()())()()(())())())()()())(((()))()))))(()(())))())((()(()()))(((((()))(())))(()((()()(((((())(()()))(((()))()((()))((()(()())())))(()(())()))))))))()(())(())(()((()()))()())()((()((()()(()(())(()))))()((()()))(())(())(()))))(()))(())))())))((())(((())()()()()(((((()))(())()()))(((())(((()()))())(()())))()()))))(()))))))()((())))()))(()()())))(())()()(((())())()))())()()((()())()(()()))))))())()))()()))()(((((()))())(()))())))()()((()()()(()((((()())))(()))))(("

    Returns: 683865

  8. "(()(()))))())())))))(())(())((()(())))())))(((()(())()))))))()))()(())()()(()())()))))())))()()))))))(()((())())()))))())(()()()()))())))((())(()(()))(()()))))((((((())(((()))))))(())))()()(()(((((()()))(())(())()(())))()))))()()))()())))))()((()))()()())))))(())))())((()()())()((()()))()))())))(()())))(())((())()())))())(()((((()))())))()))))()))()())((((())))((())(()))))))))))()()))()()))()(()()((((()()))())()))(((())()))))))()())((())))))))))()(())))))))()()())(()))))))))))))()))())))())())()))()()(()))))()()()())()))()())()())()))))))))))()))()(()()))))((()())())))()(()())()))())((((((()())((()(()()))(()(()))((()(()(()))())())))))(())()(()())(((())))())))))()()(()()))))()((()))((()))())()(()))()(()()()))(())))))())()())())()))))))())()(()))))(()())()())(((((())()((()()()((()(()(())()()()()()((()))(())(())())(()))())))())()))(())(()(())())))()()()))))(((()()()())(())()))(()()()))()))(())())())(()()))()()(())))()((()()())(())))())))()())))(()(())))()))()))()()())()()))))())(())(()(())()))))))))()())())(()())()())((()((())(((((()))))()))))())))()))))))))))())))())))()))(())((()))(()((()())(((()(()())(()()()()))((())())))(()(()))))(())())))(()()))(())(()))()))(()))()((())))))())(())()))))(())))))))))())()))))(((())(())))))((())))()()()()))((((((()))(()(())))))))))))))((()))(())()(()(())))()()))))())))))(()()()(((())))))((())()()(())(()())()()())(())()())())((()))(()(()()())(())((())))()()))))(()(((()(()))))()(()())))))))))()()(())()))))))((((()()())())))))()))())))))())())))))()(((())(()))()(())()())))()()(())(())()))))()((()()()())))))()))()())())))())(()))(()))()()()((())((((()(())())()(((()())))))()))()()))))())()()))))))((()))()(()))))()())((()))(()(()))((()))))()(()()))(())(()())())()()()())))((()()(())())))))))()))))(())())(()))())))))))))))))(())))())()))))())()((((()(())()()(())((()()(()))()))()()))(()))(()))(())())()())())()))()()()))))())())(())())()())))())))))())))))(())))())(()(())()())))))()((()(()((())))(())))(())()))(()(((()())()((()))))))((()()()(())))())))()()))(((()(()(((()))())))())((())))))))))()))()))(((()()()()()()))()))()())(()()())()())((()))))))))()()()))((())()(())))))))))((((())))()(()))())())(()()())(()((()))((()()))))))))))((()()))())))))))()))())()())())))()())()()()))(()))()))(()())())()()()((())))())))()())()(((()()))))((()((((())(())))((()))((()()))((()()))))(())())))))())())))())))())(())((()))()()())(((()(((()()()))((()))())((()))((())((()(()()()((())))()))(()"

    Returns: 465130

  9. "((())(((()(((()((((((()(((((((((((((((((((((((((((((()(((((((()((((((((()()((((((((((((((((((((((((((((((())((((((()((((((((((((((((((((((((((()(((((((((((()(()(((((((((((()()((()((((()(((((((((()((((((((((((()()((((((((((((((((())(()((((()(((()(((()(((((((()((((((((((((((((((((((((((((((((()((((((((((((((((((((((((((((((()(((((((((((()(()((((((((((((((()(()(((((((((((((((((((()())((()(((((((((((((((((((()(()(((((((()()((((((((()((()(()(()((((((((((((()(((((((((()(((((((((((((((((()((()(()(((((()(((((((((((((((((()(()((((((((((()((()(((((((((((((((((()(((((((((((((((((()((((((((((((()(((((((((((((((((((((((()(((((()((((())(((((((((((((((()(((((((((()(((((((())((()()((((((((((((()()()(()(((()(((((((((((((((((()(((((((((((((((((((()((((((((((((((((((((((((((((((((((((((((((((((()()((()((((()(((((((((()(((((((((((()()((((((((()((((()((((((((((((((((((((((((((((((((((((((((((((((((())((()()((((()((((()((((((((((((((((()()(((((()((()(((((((((((((((((((((((((((((()(((((((((((((((()(((((((()((((((((((((((((((((((()(((((((((((()(((((((((()((((((((((()(()(()()(((((((((((((((((((()()()((()())((((()((((((((((((()()(((((()(((((((((((()(((((((((((((((((((((((((((())((((((((((((((((()(((((((((()(((()(((((((((((((((((((((((()(((((((((((()((((((()(()((((((((()(()(((((((((((((()((((((((((((((((((((((((((((((((((((()((()(((((((((((((((((((()(()(((()(((((((()(()(()((((((((((((((((()()(((((()()(()()((((((()(((((((((((((((((()(((((()(())()()((((((((((((((((((((((((((((((((()((())(()((((()(((((((((())(((((()(((((((((((()((((((((((()((((()(((((((()(((((((()((((((())((((((()(())(((((((((((((((()(()(((()(((((((((((()((((()((((((()()((((((((((((((((((((()(((()(((((((((()((((((((((()((((((((((((((((((()(((((()()(((((((((((()((()((()(((((((((((((((((()(((((((()(((((()((((((((()(((((((((((((()(()(((((((()((())((((((((((((((((((()((((((((((((((()((((())))((((())((()(((((((((((()(()((()()((((((((((()(((()((((((((((((((((((()(((((((((((()(()(()(((((((((((((((((()(((((((()((((((((((((((()()((((()())((((((((()(((((((((((((((((((((((((()(()(((()(((()(((((((()()((((((((((((((((((((()()(((((((((((((((((((((((((((()(((((((()((((((((((((((()((())((((((((((((((((((((((((((((((((((()(((((((())((((((((((((((((((((()(()((((()(()((((((((((()((()(()(((((((((()(((((((((((((((((((((((((((()((((((((((((()(((()(((((((((()(((((()((((((()((((()(((((((()()(((((((((()(((((((())(((((((((()((((((()(((((((((((((((((()(((()(()((((((((((((((((((((((((((()((()()((((()((((((((()(((((("

    Returns: 35778

  10. "((())((((((((((((((((((()((((((()))(((((((()(((()((()()((((((()(((((((((())((()(())(()(((((((()()(((()(((((())((((((((()(()(()(()((((((((((((((((((()()(((()(()()(()((()((((())((()((()(((((((((((((()()(()(((((()((((((((((()(((((((())(()(()()(((((((((((()())(((((((((((((((((((((())(((((((((((((((((()((((((()((((((((((((((((((()()((((())((())(()(()((((((((((()()()((((((()((((((((())(((((()(()))(((()(()()(((())((()(((((()))()(((()(((((((()((()((((((()((((((((()(((((())()))((()((((((((((()()()()(((()(((()(((((((((()())(()((((((()(((((()()(()(((()(((()(()(((()(((((((())))((((()((((((((())((((()(()(((()(((()((((()(((((((()((()((()((((()(()((((((()(()(()(((()((((((((((((()((()(()((((((((()((((((((((((((((())(((((()((()(((((()((()(()(()(((()()(((((()()((()))()((()(((((()(()(()(((((((((((())((((()((((((((((()(((()(((((((((())(()()(((((((((((()(((((()()(()((()((((((((())((((((((()()(((((((((()(()(()(((((((((()()((((()()(((((()(((()((((((((()((((()(()((()((()(((((()(((((((()()(((((()(()((()()((((()()(()(()(()((((()()()((()((((((((((((()((((((((()(((()()(())()((()(((())(((()(((()(()(()(((((((((((()(((()(((()((((()()(()(((((((((((((()())((((((((()()(()(()))((((()(())((()())(()((((((())(()((()(((((((()((((((()()((()((()(()(()((()((((((((((((((()(((()()()(((((((()(()((()(((()((((((((((((()())()(((()))(()(((((((((((((())(()((((())((((()()(()((((((()))(())(((((((((()(((()(()((((()()(((((((()((((((()(((((()((((((()(((((((((((((((((((((((()((((((()(((((()())(((()((()((()(())((((((()()((((()((((((((()((((((((((((((()((()()((((((((()()(((((()(((()))()(((()((())(((((((((((((())((((()())(()((((((((((()((()(()))((((())()(()()((((((()()((()()((((((()((((())(((((()(()((((()()())(((()((())())(((()((())(((()((((((((())()((()((((((((((()((((()((((((())(((((((()((((((((((((((()()((((((()())((((((((((((((((((((((()(((()((((((()(())((()((((((((((((()(((((((((()()()(((((((((()()()((()()((()(()((())(()(()((()((((()(()((((()(((()()((((())(())(((((()(()((()(((((((((((((((((((((((((((((((()(((((((((((((((((()())((((()(((((()(((((()((((()())((()((()(((((((((((()((((((()(()((((((((((((((((()(((((((((()()((())((((((((((((((((()())((()((())(())(()((())((((()(((((((((((((((()()((())((()()())((((((()(((((()(((((((()()))((((((((())((((()((((((((((()(((((((((((((())()((()((((((((((((()((((((((())((()(((((((()((((()(((((((()((((((((((((()((((()((((()(((()((((((((((((((((()()((((((()((((()(())((((((((()((((()(((()()(((((()()()(()((((()((((((()(()((()(()(((((((((((("

    Returns: 118828

  11. "((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("

    Returns: 0

  12. "(()))((())()(()(()((()(()())())((()((((()()()(()((()))()(((((()((((((((()))(())(((()((()((()(((()((((()(((()()(()(()(())(((()((((((((((()()))(()((((((((((((()()))()(()()(((((()((((()(()()())())(((((((((((((()()()(()()(((()()))(()((()()((((())((((()()((((()())()(((()(((((()(((()(((()))((((())(())(()((())((()(())(()((()()((())(((((()(())()((((((((())(((((((())(()()((()())(((())()()(((((()(()((((((()((())(((()((()(())((()(((((((()))(()(()())(()()((((((((())(()(((()))())()((()))(()(((()(()()(((((((()(()(()())()()()((()((((()()((())((()(()(()(()(((()()((()(()()((()))()()())((()((((())(((((()((()(()(((()((()(((((()))((((())((((((((()((()((())())(((((((())()(((())((())((((((()(((((()(()()()()(((((((((()))))()))(())()()(((()((((()()(()))()(((((((((((((()()()(((((((((())(()()()(((())(()))(((((((((((()))((((((()(())(())((()(((((()()((())((()()(())))()(((()((((()()))((((()))(((())(())()(((()((((()())(())()(()((((())))))))()(()))(()((())(((((()((())())((((()))(()(((()((()())(((()())())()((((((((())))((((()))((())((((()()((()()(()((()()((((((()(()(()()(((((()((()())())(((((((((()(((()(())((()((()()()(()()))(()()((((()(((((()))()((())()(()(((()(((()())((())(((()((()(()(()((((())()()(((()(()(((())()(()(((()(((()((()(((()(()())))(((((((()))(((())((())()((()(()(((())(()((())()(())(((())((((((((())))(((((()((((()(()(((()((((()((((()))(((()()((((()))(()((()(((((((()()())((()((()((((((()((((()(((())))))((()(((((((((()((()(()()())()()(()()(((((()(((((()()((()(()(())(()(((((((((()()((((())((()()((()(()(((())((((((())(((((()))()((()(()((())(((())(()()(()()((()((())))(((((((((((()()(()()((())(((()(((((((((((()((((((((())((((()((((((((())(()(((()()(((()(((())((())((()((((()(()((((((())(((((((())(((((((((()((((())(()(((()(((()(((())((()((((()((((((()()(((()((()()((((())())(()())())(()(((()(((((()((((()((((((((((())(((((()((()()((((()(())((((((()((((((((())(((()())(()()((())((())())(()(((())()()()((()()(()()))))))))()()((()(((()(()(()()(((())))((()()((())()()((())()))())(((((()()(()(((((((()(((())))(((((()))()(((())(((()(()((((()))(((()((((((()(((((()))(()((((()(())()))()((())((((((()()(((())()()(()((((()((((())((())))(()(()(()((()))((((((((((()((((())((()((((((((((())((()((()))(()((((()))(())(())((()()((()(()(())))))(((((()((((((()(((((((((((((()(()(((((((()(((())(((((()(()()((()(()(((((()(()))(((()()(((()(((((((((()(((()(()()((((()()(((((((((((((((()(((((())((((())((((((((())((())(((((((()()(())(((())(()))(()(()(()(()(((((()()(()((((((()()()(((("

    Returns: 287661

  13. "(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("

    Returns: 0

  14. "(((()((())()))))(())()(())))(()))())(()()()(((())(((((((()))()))())))((()))())))))()())))))((()))))())()()))))()()()((())()))))))())))(()))))))())(()))))))))()))()())()))()))(())())((((((()))))()(()()))(()(()()(()())))(())(())(()))((())(()))))))(()))))))))(()()))))))()()()()(()))())()(()))())))))(()))())(())))))))()))()))()))))))()(()(((())((())))()))(())()(()))))(()))))))(())()()(())()())))))))()))))))))((()))))))((()))))(())()()())))(())(())())))))())))))((()))()()(())())(()()()()()(())()(())(())))))))()(()))))((()()()(()()(()))))(()(()))((()(()()))(()()(()((()())))())))())))(()()())()(())())()((((()))()(())))(()))()))))()()()())()))()(()))))))(()))))((((())()))))((()))))))()())((())())(())())((()(((()()((())(()()))))()))()))(())()))))))()))))(())))()()))))())))(()()())()()()))((((()(())()()(()(()))()))())))()((((()()()())((((()()))))))))))))(())()))))))))()(()(()())(()()()))))(()((())))(())()))())((()()()())(()())(()))()())))())()))))))()))((()))())())((()))()())))))())(())())((()()())(())))))(())()())(()))))(()))()(()((())()()()()())((()())()))))))))())))))))(())()())(()()(((())(((())())()))()(())())()))))())))))((())()()))))))))((())))))())((())(()((()))()(())))))(((((())))))))())))))())))()))(()((())())(()()(())()())()(()))()(())))(())))))()()((((()))()())))()))))))))()()))()))))))()((()))))))()()))()()(())())()))(()())))))))(()()(()))))()()())()(()())))))()(())(((((()()()()()))))())))))))(()())()))))()()(())))()())))()()(()))())(()()))))())(()())))))()((())))()()())())(())()))(())()))(()()))()(((()()))())))))(())()))())())))))()())))))(()))))))()())())()()))()(()))())(())(())()()(())(((()()()(((()(()((()())))))())))((()()((())(((()(())(((())()()))(())()())))((()))()))()))(((())))(()()())()()))()()))()()()()((())(())()(()(()))(()))())))())))))))()()))))))()())((()()()))))(((()))))())(((((()()())))()()())))(()()))))()))((()))(()()())())))()))))()()())(()((()())))())()))())))()()())()()))(((((((())(())())())))))())()(((()()))()))))))))()())))())())()))()((())(()(()))))()()))))))()(()()))()())((())))((())(())()((())(())((()))()(())()()()())(()()()()(())))()))((())())))()()))(((()))()))))))(()))()()()(())()((())))(()))))((()))((()()((()((()))))()(()())))))))))))(())()((()(())))((((()))(())()())))()()))()(())()(((())()))))))))())()((()((())((())))()())))(())())))))))))(())))(((())())()(((()))())()(())())))))())(())((((()(())())())()))()))))((())()((())()(()()())((()())()))((()()))(((()(()((())))()"

    Returns: 464166

  15. "(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("

    Returns: 0

  16. "))))))))))))()()))))))())))(())))()))))))))()))()))))))))))))))))))))))))))))()))))()))))())))))(())))))))))())())())))))()))))))())))))))))))))))))()))))))))))))))()()))))))))()))))))))))))))))()))))))())))))))))()))))))))))())))))())))))))))))))())))))))()))))))))))))))))))))))))))))()))))))))))))))))())))))))))))))))))))))))())))()))))))()))))))))))()))))))))))))())))))))))))))))))()))()()))))))())())))))))))))))))))))))))))))))()))()))))))))())())))))))()))))))))))))))))))))))))))))))))))))))()))))))))))))))))))())())))))))))())))))))))))))()()))))))))))))))))))))))))))())))))))))))))))))))))()))))))()))())))))())())))))))))))())))())))))(()))))))()))))))))))))))))))))))))))))))))())))))))))))))))))))))))))(())))))))))()))))()()))))()))))())))))))))))))))))))))))))()))))))))))))))())()))))))))))))))))))()))())))))()()))))))()(())))))))))))))))))))))))()))))))))))())))))))))))))())))))))))))))))())))))))))))))))))))()()))))))))))()))))))())))))))))))))))))))()))))))())))))))))))))()))))))))))))))))))))))))))))))))))))))))))))()))))))))))))))))))))())))))))))))()))))))))))))()))))()))))))(())))))))(())))))))))))))))))))))))))(())))))))))))))))))))))))))))))))))))))))))))))))))))))))))))())))))))))))))))()))))))))))))())))))))))))()(()))()()()))))))))))))))))))()))))))))))))))))))))))))))))))))))())))))))())))))()))))))))))))))))))))))))))))))))))))))())))))))))))))))())))))))))))))())))())))())))))))))())))))))))()))))))))()()))))()))))))()))))))))))))))))))))))))))))))))))))))))))))))))))))))))))())))())))())))))())))))))))))))()()))))))))))))()))))))()()())))())))))))))))())))()())))))))))))))))))()))))))))))))()))))))())))()))())))))))))))())))))))))))))))))))())))))()))))())))))))()()()))))))))()))))))))))))))))))()))()))))))()))))))))))))(()())))()))))())))))))))(())))))))))())(()))))))))(())))(())))))))))))))))))))))())())))))))())))))))))))))))))))))()))))))))))))))(())))))(())))))))))))))())))))))))))))))))))))))))()(())))))())))())))))))))))))))))))))))))())))))))()))()))))))))))))()))))))))())))))))))))))))))))())))))))))())))())))))))())))())()))()))())))))))))(())))()())())))())))())))()))))))))))()))()))))))))))))()))))))))))))))))))))))))))))))))))))))))))))))))))))()))))))))))))))))))))))))))))(()))()()))))))))))))()))))))))))))))))))))))()))))()))))))))))))))()))))(()))))())))()))))))))))))))))))())())))))))))))))))())))))()))))))))))))))))))))))))"

    Returns: 25651

  17. ")))))))))()()))))(()))))))))()))))())))))(()()(()()()))))()())))))()()(())))())(()(()())()))))()()()))))())))))(()))())))(())))))))((((())()))))()))())()))))())(((()))))()))))(()))))))))))()())()()()(())((()()))()))))())()))()))())()))))())()()()))())))()))))())))))))()))))()()))((())(())((())))()((()))()))))))()))())))()))((()(()(((()((()(()))))())))))()())))))(()()()(()(())(())()()))()))))()))()))()())(())()())(())())))))()())())))()))))((((()(((()))))()()))))))(())(()())())))((()(((()))))(()(())))())())()()())(()))()())())))(()))))))))))))))(()))()))))))()())())))))))(()()()())()())()())()))())()))()())((()()(())())())))))))))))))()))))))()))((()(((()()))))))(()))()(((()()())))(()))))))))))))))))())))()()(()))))))))()))))())))()()())))())))))))()))))))()(()()))))(())()())))))()))(()))()())()))))))())())())))))))))(()())))())))))(())()(()))()())(()())))(()(())))))))))()((()()())))))))())))()()))))))))))((()))))()(())))))))))))()))())))()))))()())()((()))))((())))()))))))))))())))))))()())))())(()())()))()))(())))(()()))))(()))()))(())))))((()))())))))))))))))())()))(()(((()())))(()))))()))))))()))()())(()))))(())(())))()())(())()()()()()))))))))()))())))))()()())(())(()())()())))())))(())()()))))))))))()))()))(())))))()))()))())())(((())((())()()(()()))))))())))))))())))))(()()())))()((()()()))))(()()(())))))())()))))))))())()(())))(()(((()))((()))())))(())(()))))()))((())))))))))))(())))()()()()())))(()))(((())()))))())())))(()()(()(()))))(()))))))())))(((()))))()))))()))()))))(()())))())))))))))()(()))))((()))))))(((((()(())))))))())))))()(()()((())()))(((()))()()))())))))))))))())()))()())))))((())))())))())))(()))()))(())))))()))()())))(()())(()()))())))()))())))))))))))())()()))))()))))))))()))))()())))()))()))()())))))()))()))())())))())(()()())())(())))(()(()(()()(()))))))(())))()))))()())))))))))())))(((())())))(())()()))))))((())))(()()))))()()()))))(())()()))())())((())))))))())(()())())))))))))())))))()()))))((())))((())())))))))(())))()())(((())(()())(()))))())))))))(()))))))()(())())(()))((())))))())()))()())(()))))))())()())))())))))))()())(())))))))(()()()))()))())((())))))(()))())()))(())()()(()())))()))()())())()(())))))()())))))))))(()))()))))))()(())(()()())))))(())))))())(())())())())))))))))()))())))))())))))))))(()))()))((()))()))(()()))()(()())()(())())()))))(())))))))))))))(())))))()()())))(())())(()))())))()))))))()()))((()()))(()))(()))()))))()()))()())))()))))())())))))()))))()))"

    Returns: 281625

  18. "()(()((()))))(()(((((())((((()((((((()()()))()(((()(())(((()(()((()()((()(((((((()(((((((()()((()((((()((())(((()(()()((((((((((()((((()((((((()(()()(((((()(()((((())((((((()()(()((((())((((()(())((())(())((((()((((((()(()((()(())))))(((((()()()(((((()(()(()(((((((()))()(()(()))())))(()(((((((((()(()())))(((()()((((((()()(((((()()(((((())))((((((()((()()))()(((((((((((((()))(((()(()))))(()((())((()()(()()(((((()((())(())((((((()())()()((((()((()(()()(()()()()())()((((()(()((()()(()()((()((()((()()()(()(())((((((((()))(((((()(()((())()(())((()(((()(((((((()((((()()(()((((()((())((())(())((((((())()())((((()()((())()(()((((()(((()(((((()((((()()((((((((((((((()()))(((((((((()((()((((((((((((((((()()(()()((((((((()(((()((((((()((((((())((((())()(((()()(()((((()((((((()(((((((()(((((()(()()()((()(((()()((((()(((()()))()()(()))((((((((((()()(())((()()()(())((((()((()(((((((()((((()))(((()(()((()((((((((()((()(((()((()()()()(()()(((((((())(())(((()()(()(()(()))(((((()())((((())()((((((())())()((((((())())))(())()())(((((()((()())())((()))()((()((((((((()())())())((((()(())(())((((((()))())(((((((((((()(((((()(()(((()(((()(((()((()(()()())((()()(()(()(()(()((()()(()(()()()))(((())))()()((((((((()((((((((((((((((((()((((()()(((((()((()(((()((())(())))()()(())((()(((((((((())()()()()(((()((((()))(()(())((((())(((()())(()((((()))((((((((())))()(())))())))(()((()((())()((()(((())(()()((()(((((((((((((()())(())))((((()(((()(()(((()(((((((()(((()((((())()(()()))(()((((()((())))())))(((())(())((((((())((((()())()())(((()()((()(()((()((()(((()())()(()(((()(())()((()(((()((((()((((()((((()(((((((((()((((((((((()()(((()()(()(()())(((((((()(()(((()((((())((()((((())(()((((((((()((()))(()((()(((()((((()())(()(((()(())((())((((((())()((()((((((()((((((())(()())((()(())(((((((((((()))((()(()())()((()(((()()(())((()()((()()()(()))(((((())((()(()))(((()((()((())((()(((((((()()()((()((((((()()()(())()((()((((()(())()(((((((()((()()(())()(((((((((()()(((((((((())(()((((((((()((((()(((())()()((()(()())(()(()((()()(()(()()()(((((((()()(()())((()(()((())()((())())((((()))((()(()(())(()(((()(()((()()((()(()((((())(((((((()()(()))(())((((()))(()(((((())())(()((((()(((()())(((((((((()))()(()(()((()((()((((()((((()(()(())((((()()(((()()((((((()((()()((()((()(())()))(((())())()((()()(()()()()((((()()()((((((()()()(()()(()(()))((((((()(((()((()(()(())()(((((()()))(()((())())(((((())(())()((((())(((((((()"

    Returns: 266815

  19. "((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("

    Returns: 0

  20. "()())()()()()))()()(()))(()((((()(()))))((()))))))()(())()((()())((()()))(((((())())(())((((())())))())(())()())))(())()())()())))())())))))))(())))))(()(()(((()(()))(()()(((()(()))())))())())(((())(())()()(())()()(())()((()()(((()()((())))()(()(((()((()))())((()()((()()))()())))(())((((()(((((()())))((())))(())()()()()))(()((((())())()(()()(())()(((()))))()))(()(()))()()(())))))(((((()())(())((())(((())))(()))(()())((())((((()()(())()(()))(())))(((()(()((()((((()((())((())))())()()())))(())))))))(()()()())())()(())))))(()()(())))))(()))))(((((()((()()((((()())())))))))))()((()())())))(()())(((((()(()(()(())()()(())))))()))()(((()((((()(()))()((()())())(()))))()))))))(()))))()()()))))(((())()((()))))())((()(()())(()))((((())()())))()))(()()))())(((()()()(((((())(()()()(())(()(()())))))()))()((())()))(()))((())(())))((()(()))()))(((()()))()()(()())()()()((())((()(()(()()())())()))))(()(()))((()(()()()())(((()())(()())())((()))))))))))(()((()()())()((()((())(((()((((()))(((()(()((())))((())(())()(()(((()())()((()()))())(()()(()((()((()()))))))()((((((()(()()()(()()()((((()))()()((())()(())()))(()()))(()())())))(((((()()))))(())((())(()())))(()))))(()))(()(((((((())(((((()))()(()))(()))()))((((()))((())((())))(((()()(()(())))()((()())()(()(()))()())()(((((((())(((()()()((()))((())))())())()(()()(()())()))()))((()())()()()()())))())((((((()))))))))()())(()(((((((())))())))))))))())((()(()))))((())())((()())))(()()))(())))())((()())((())())(()()())())()(()))(()()))()()(((())))((((()()(())))))))()())(()(()(()))(()()))()()))))(()()(((())(())))(()((()())))(()(())(())))((())))((())()))))))())()(())()((()()()())(((()(()()))((((()((((()()))))()(()))))))())())()(()(()((())(((((())()))))()))()))(())))())((())())(()((())((()))()()()()(((((()()))()())(((((()()((())(()(()(((((()()(()()(()))()(()(()(((()))()())))(())())()((((()()())))(())(()()((((((()(())))()(()(((()()((((())))(()()))()(((((()())())))()((())()((())()))()(((()())()()()))((((()((((())())())((((()(((()))()))()())))((()(()))(())(()((((()(()())()((((((()(())((((((()(()()))))(())()()())(((()()()()())((((())()))((((((((())((((()()((()()()()))())))())))(()()((((()((())(()((()()((()(((((((())(())())())))()()()))))(())()())()()))))))(()(()()(((())()()((()()((((()))))()()()(()))))(()(())()((((())))()))))))((())(())(((()())((())(())((()(()())())()()(()))))))()(((((()))(())((()))))())))))(((())()())()))(()(())(()))))(()))))()())(()((()))((())))((()(()((())(()()))()())))))()))("

    Returns: 753378

  21. "(()())))(()(()(()))(((()(((()))())))))))())()())())))())(((((((()((()((()((()))(()())(((())(()))(()())((()))))()()()))()(()))()(()((()()))))()()(((()))))())(()()()))))()))()((()((())(()((((((()))(())(()))()(()())(())))()())()(()()()())))))))()))()(()(()(()))(()((((()())))((()(()))((((()())())))(()())(())()(())(((()))))())))())))(((()((()()))((()(())())((()((()))((()()((()))()(((()(((((((()(())())())()(()((()((((())))((()))(()()(((((()))((())()(()()()()()()()))))()))()))))()(())()(()()()))())()(((()((()))()))()()()((())))))()(())()()((((()())(()(()((())))()((((()()))()()((()(())((()(())((()))()))()()((()((()())(()))))(()())()(()))(()(()((())))))(()()(((()()()()())((()())))((()(()(()))())))))(()))(()((()()()())((()))))(()())()(((()))()((()())(()))(()())(()()()()(()(()(()())))())()(((()((((((())(()((((()()))()(()())()))())((()())(((()((()))()(((((((()))(()()()((()(((())()(()(())())))()))))()()(()(()(()))(()()()(())))))((((())())()))(((((((()()(()))(((()(()((())())(())))()(()))))(()()())))))))))(((())())()(())()((((()()()(())(((()))((((()))()(((()(()))(()(())((()(())(()))()((()))((()()())()))))))())))())))())(())()()()())())))))())(())))()))(())(())(())(((()())()())))())(()(((())))))()))(()))(())(()(((((()((()))))))(()(((()())(((()(((())))))())(()((())))((()()()((()()(((((()(()()())(())(((())))(()))((())))))))))))())()(())))(()()((((())))(((((()))))((())))())))()((()))())((()))))(()(()(()((()(())((()()(((())()))())()))())(((())()(()()(())(()((()((())))()))(())()()((())(()())()())((((()())())()()(((()())((((((())())(()))(())())(()()(()()(())(()(()())()()((()((()()())())())(((()))((((()))()))())()()()(()))(()))()())((()())((())(())))))))((((()()(())(()((((()(())))(()(()))))(()((()())()))((()))()((()))))((())(())((())))))))(()(()))()(()((()()(((((())()(((()))))(()()((((()()()))))(((()))())()))(()))()())())((((((()((())))(()(((()))()(((()(((()()((())))(((()))(()((())()()))()()()()((((()())(()((((()))()(())(()))))(())(((())()(())())(()))()))(()()()())))()()(())))(())()))()())((()()((()(((()())(())((()()(((()()()())))((((((((()())))(((()((())((()))((((()()(()()(()()(()(())())))))()())())(())))()))()))()))))))(())(()))((()(()())())()(())(())))))))(()()())()()())))))))((()())()()()(()))(()()())((())()())()))((((())(((((())())((())))()((()(()()()((()()))((())))()((()(()((()())()(())((()(())((()))()))))))()(()())(((()()((())())((())(()(()))(((())()(()())()()()(()))()()))()()))(((((())()(()((()))()((())()(())))(((()(((((()(((()(()()(((()()(()()()()))()(()"

    Returns: 757065

  22. "()())()((()()()))())()(())((()()))))((((((()))()())(((())(())(()((())))(()(()((()()((()))((()((()))))()()))()(((()))())(()(()()()(()()((((((()(()))()())((()()))()((()((())))((((((()()(((((()(())()(((((()(((()(())()())))()()(()))())())(()()((((())())((())())()((()(())((()))()(()))()())((())()((((()()(((((()()(()()(((((())))()()((((())(())(((((())(()()(())))))))))())(((()()((((((((()((()()(()(())()))()(((())()()(((()()()))(()()(())))((()(((()(()())(()()())(((()())(()()())((()())))()))(()))()))(()(())(()()()((((()(())()())(((((((()()()(())())(()()(()(((())(()))((()((((())))(()((()()()()()((()()))(()()()(()()((()(()))))()))))))))(((()(((((((((())))(())(((((())))((((()())())((())(()(())((()(((()(()((()()((((()()(((((()(()((((((())()()()(()()((()(()(())())))())(((()(())))()(((()(((()())()()((()(((((()))(())()((()(()())(())((()((((()((()(((((((((((()()(((()))))))(((()(((())))))))))(((()(((())()(()(()))((()())(()())))(((())((((((()(())(((((())(()())(())))()(((()()(())(()((())(((((()))(((()()(()()((()))((((()(())((()(())))()()))()(())((()()))()((())()()()(((((((())()())((((()()(()(()()(()()(((())()(()))())))()()())(())()((((()()()()))(()(()(((()(()))(()())))(()(()(()(()(((()(()))))(()())()()((((()(()))())())(()((((((()((((()(()((((((()()(((()((()())(()()(()())()(((((((((((((((())((((((((())(()(()()(((()))((())(())))()(()))))((()))(()))()())()())())()(()()()))())))(((()()))((((()))))()())(((())(((((((()))((((())(()))()(())()))))(()))(()((()(()((()())((()((((((()(()(())(()(()))())()()()(()()(((((())()(()((((()())())()))((((()())()()(()((((()))(()(((((((())()(()()()())((()(())))())()()()()())(((((()((((((()()))((())(()((()()()((()((((()(()())())(((()((()))))())()()))(((()(()())))())))()(((()(()((()()))((())((((()((((((()(((()(()(((((()(()()((())(()(()())()())))))(())()))))))(((()))()())((((()())))(((())(((()))()()))()())(()()(()((((((()((((())(()()(()()((())((((((((()()(())((()(((((())(()()()(())((()((((((()()())(()(()(()()((()((((()((())()(()()()(()(()()((((())()(((()))(()((((()((((()()())(())())(((((()(()(()((())))((((((((((()))()(()()((())(()()))((((((())))((()))))))()())(()((()()))()(((((((((((((((()((((()(()())()))()())()()(((((((((((())((()()((((())()))((((()(((((((((((((()()()(((((((())()((((()()(()()((((()((()))()(()()(()((((()(()(()()((((((()((((())()()((((()((()(()(()(()(()((()))())))(((()())))())()()))()(()((()())((()))))(((()()((()()((((())))))(())())((())()))((((()(()())(()))))(())((())()(()()((()()))()))((((()())))(((()))())()()((((())(())())())((("

    Returns: 526851

  23. "((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("

    Returns: 0

  24. "))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))"

    Returns: 0

  25. ")()((())))((()()()(()(())(()()())))()(()(()))))(()(()))(()()()((()(((()))()))((())())((()(((())()((((()()()))(((()(((())))(()())()(()()()))())))))(()))))(())))()(()()))())()(())))(()))()(())()())(())(())(()(()((((()()()())(())(()))(()(()))))())()(()))()))(((()(()))))())(()(()()))((((())))()((())(((()(()()())()())))()())))))))(((()(())()(((()()(()((((((((()((()((()(()))))(()(()())((()))(()((()(()())))))((())(((())()()(()()(((())((((((()(()()())())))((((()()()(((())())))()))()))(()(((())(())(()(())))))()(())()(())()()))(((()(()(())()(())()(()(())(()))((())(()(()())))(()))())()())(()(())(((()())(()(((()()()(()))((()(((()))((()((()))((()))((()(())()))(((())()(((()()(((()()))((()()(()())(()(()(()(()))()(()()())))))))((()())((((()(())())))(()(((((())))))(()()))())()(()(()))()())))(((()))))()(())))()))((())()(())(()())()((()())(())()((()())())))))(((((((((())((()(()((()())()((()))((())(())((((()())(())((()((())(())()(()))(((((((()((())))((((()(()))))(()))))))))())())(())((()(((((()())()()()()()((())))(()))))()((()()()(())))(()()()()(())()())))(())())((())(((()))))(())(()((((())))()(((((())()((((()((()())())()))(()())()))(((((()())(())()))())))(()())()))))))(()())(((()((((())()(((())(()())()))())((())))())((((()(()(()((((())(())))())(((())()))((()))((()((()(()()))(()())(()((((()(((())((())()((()))())(()()))()))))))))())(()())())()((()(()()()))()())())))()(()))())))((()(()(((())(())(()())((())(((()))))()(())(()))()))(())()(())(())(((()))(()(((()()((()((()((()(()((((())))())()(((()))(()((()()))(()))()())()())(((((()()(()(((())(()(((())(()((()(()((()()()(()(((((()()(()()((())(())(((()))(((())()(()))()))))()((((())()((((()(()()))(())()((()()())()()(()()))(()))((())()())(()())((())()()()))))()()(())((((())()()())))(((()()())()))())(()))(())(())((((())(()()()))()))())()))()))))(((()(()()()())))(()((())(()))(((()())((())(())(())()()((()((((())()))))(()))((()((())())()(())((((((()))(((((())))()(()()()))()(()))()()())))((((())))))))))()(((()))((((())))(())(()(()((((()(())(())))))())((((()(())))()()()(((()()(())()))))())))(((())))()))())()()))()())))()())(()())))))))((((()())))()((()(())))))))))((())()(((((((())())))))()(())()))())())(())(()()(((())))(())))((((()))((()(()((()))))())(()))()(()((()())))()((())))()()()))()()))))((())))(()()()()()())))))())((())()(((((())()((()()()()))(()))((())(())((())(()()(()(())))())))(())))()()))(())))))()()())))()()())(()())()))((((())(())(()((()))(()))(())())((((()))()()(((())(((((()())()("

    Returns: 736291

  26. ")))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))"

    Returns: 0

  27. "))))))))))))))))(()))()))))))))))))))))))()))))))))))))))))))))))))))))))))())))())))())))))())))))())())())))))))))())))))))(())))))))))))))))))))))))))))))()()))))))))))))))))))))))))))())))())()))))))))))))))))))))))))()))))))))))()))))))))))))))))))))))))))))))))))))))))))())))))))))))))))()())()))))))))))())))))))())())))))())))))))))))))))))()))))))))))))(()))())))))))))))))()))))))))))()())))))))))))))()())))))))))))())))))))))(())))))()))()))))))())()))))()))))))))))()))))))())()))))))))))())))))))))))))))))())))))))))))))))))))))))))))()))()))))))))))))))))))(())()))))()))))())))))))))())))))))))))))))))))))())))))))))))))))))))))))))))))))))))(())())()))))))))))))())))))))())())))))))())))()))))()))()))))))))))))()))))())))))))))(()())))))))))))()))(())())))))))()))))))))))))))))))))))))))))))())))))))))())))))))()))))))())))))))))))()))()))))))))))))))))))))))))()))))))))())))))()))))()))))))))))))())))))))))())))())))))))))))))))))))))))))()))))))(()))())))))))))))))))))))))))))()))()))))))))))))))))))))))())))))))))))))))))))))))))())))))))))))))))))())))))))))())))))))))))))()))())))))))))))())())())))()))))))))()))))))))))))())))())()))(())))))))))))))))))))))))))))))))))())))))()))))))()))())))))()))))))))))))()))))))))()))))())))))()))))))))))))))))))()))))))))())))))))))()()))))))))))))))))()))))))))))))())))))))))))))))))))))())))))))))))())))))))))))))))))))))))()))))))))))))))))())))))())))))))))))))))))))))))))))()))))))))))))))))))))))))()))))))))))))))))))))))))))())))))))))))()))))))))))()))))))))())))())))))())))))))))))))))((()))))))))))))))))))))))))))())))))))))))))))))))))))))())))))))))))))))())())))))))))))()))))))))()))))))))))))))))())))))))))))))))))())))))())())))))))))))))))))))))())))))))))))))()))))))))))))))))()))))))))))))))()))))))))))))))))))))))))())))))()))))))))()))))))()))())())))))))))))))))()()))))))))))))))))()))))()))))))))()())()))))()))))))))()))))))))))))))))())))))(()())))))))(())))))(())))))))))))))))))))))()))))))))))))))))))))())))))))))))))))))(())())()))()()))))))))))))))))()))))())))))))))))())))))))))))))))))))))))))()))))())))))())))))))())))))))))))))))))))))))))))())))()))))))())))))))))())))))()))()))))()()))())))))))))))))))))))))))))))))))))))))))()))))))))))))))))))))))))))))))))))))())))((()()))))())))))))))))))))))))))))))))))))))))))))))))))())))))))))))))))))))))()))))))))))()))))))))))"

    Returns: 23871

  28. "((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("

    Returns: 0

  29. "((((((()()(()(((((((()()(()((()((((()()))))())()))(((((((()(((()()((()(((((()(((()()))()())())))()((((())())(()()()()()()()((((()((()()))((())((()))((())((())((((())(()))(())))((((((()((((())()((())())(())))((()(()(()((((()((((()(())()))((((())())())()((((((()))((((((()())((()()))(())()()(()(())(())(())())))((((((((((((((((()()(())(()(((()))())()(((()(()((((((())(((((()())())((((()(((()()((()()()(())))((((()()((()()(()))(()((())()))(()(((()((()())()(()()))((((((((((()))(())())))()(()()())(((()())((())(()(()()()()((((()(()()((())))()((()()()(()())(()())((())))()()(()())))()())()(()(()(((((((()))(())))((()((()())))))(())()()())()(())(()()((((()(((()((()(()()(()))((()))(((((()()(()((((())(((()))))((()(()(((((((())()))(()())))())()(()))))((()()((()(((()()(((((()())()))))(()()))()()()((((())(()))()((()())((((()(()())(()((()(())()()((())((((((((()()())))()(()())())())(())((()(()(((())()))(((()()((()(((((((())(()(((()((()(()((()(((()(((())()()()((()(())))))))(())(((()()((()()())))())))(())((())((()(((())())()(((()(()((((((())))((((()))()()()()())))())()()(()(()()())))(((((((())(()(()))))(()(())((((()()(()(()(()((()()()))((()()))()()()(())(((()((((((((()((())))))())()()))(((((()((()(()(()()(()()(()((())))())(()((()(()()()())(()()(())(()(())()(()()((()()()(((())(()(())(())))()((((())(()(()(())((())(((((((()()((()())())(())(((())()((((()(())()((()))))(())(())()()(()())(()(((((((())))))(((((()()((((()()(()())(((()))()()((((()()))))((())())((()(()()))(()()()((())(((((()))()()(((((((()())()()(((()(())((())(()())())(((((((()))(()((()(()(()(((()()))()())((((()((())()((())())()())(()))(()()((()()((())()(()()()())(((())((()))()))()(()(((((())())(()((()()())(()()((())))(()))))(()()())(((()(((((()()(((()(()()(())(())(((()(())(((())))()((()(((())))(((((()((()((())((()))((((((()(((())((()))((((())()((((())())(())()((((()()()((((((((()(((((()(((()(()((()((((((()((((())()(()(())))()(()()((()()((()()(()(((()(((()(()())(((()()()(((()(((((())(((()()))((((()))(()())()((()())()((())(()))))()((((()(()()()(())))(()((((((((()((()(()()((())(((()))(((())(()(())))(()((())(()()))((()()(()()()()))()((()(((()(()((((((((((())))(()(((()((())()(())())()(()((()(((((())()((()))(((()())()()((()(()(()(())((())))()()(()()(((())()())((((((())(()()(())))(((()()))))((())(())((((()()())((())((()(()())()((((()((((((((())())()))()((((((((()())()((()(((()()))))((()()())()())((()))(()(()())())(()(()))((((())))))()()))(()))()("

    Returns: 478731

  30. "()((((((((()(((())(((()(((((((((((((((()()((((((((()((((((())(()()()((()(((((((((()((((()(()(((((((((((((((()((((())((((((((((((((()((()((((((((((((((((((((((((((())()(()(((((()))((())(((())()(((()())(((((()(((((((((((((((()(((()((()))))(((((()()()()()(((((((()(()((()()(((()()((()()()(()(((((((()(((((()()((())()((()(((((()((())(((((()((()))(()((((((((()(((()((((((()(((()((((((((((((((()())(((((((((((((((((((((((((()(((((((((()())((((()(()()))((((((((((((())((()())((((()()))())()(()()(((()(((((()(()(((((((((()((())(((((((((()(()((())((()()((()))((((((()()((((((((()((()(())(((((((((()((((((((())(((()((((((((((()((()((()(((())((()(()(()()(((((((((((((((()((((((((((((((()()((((()()(((())(((((((()((((((((((((()()((((((()((()((()())(((((((((((((((()(()(((()((((()((()((((()()(((((())((((((()((()((((((()(((((((((())((((((((((((()((((((((()(((((((((((((()(((((((((((()(((()((((((()((((((((((()(())(()(((()((()()(()(()))((((((((((((((((()()(((()(((((((())()(()(((()()((((())((((((((()((()(((((()()((((()()(()(((((()((()(((((()((()(((((((((()(((((((((())(()((()(((()))(((())(((((())((((((()(((()(((()((((()(((()(((((((((()(()((((((((()((((((((((((((()()((((())(((((((()((((((((((()((()((((((()(((((((()(((((()((((()((((((())((((((((((()())((((()((()(((((((((()))(()(()()(((((()(((()((()()(((()((()(((()((()()(()((((()()(()((((((()((()((((((((()(((()(((()()())((((((()((((()((()((((()(()((((((((())()(((((((((((((()(((())(((()((((((((((((()((((())((((((()(((()(((((())((()((((((()()((()(((()((()(((()(()(()(()(((()()((((()(((()()((((((()(((((()((()(((()())()()((()((())(()((((()))((()(((()(((((((((((((((((()(()((((((()(((((()((((()(((((()()())()()(((((()))(((((((()(()((((((((((((())(())(((((()()(()()(((())((((())((((()((((((()((((((((()(()(((()((((((()((((((((()()((((((((((()(()((((()((((((())((((((()(())(()(((()((((((((((((())((((((()((((()(()(()(((((())((((((()())(()))(((((()()((((())((())(((((((()()(((((((((((((((((((((((((((((((((()((((((((()(((((((())(((((()((())((((((((()((((((((((((()((((((())((((())(((((((((()(()())(()((()((((((((((((()(((()(((((((((((()((((()((((((((()())()(()((((())(()(((((()((((()()(((((()(()((())((()((()((((((((()((((((((()(((()(((((()(()((((()((((((((()((()()((((((((()(()()((((())((((()()()(((((()((((((((()((((((((()(((((((()()(((((((((((((((((()(((()((((()(((((())(((((((((((((((())(((((((((())))()((()(((()()))((()(()(((((())(())(((((((((())()((((((()((((((()((((((((((((((()()(()))(((((((()((((()))((()()()()(((((((("

    Returns: 122265

  31. "((((((()((((()(()(((((((()(((((((((((((((((((((((((((()(()(()(((((((((((((((()((((((((((((((()((())(((((((((((((((((((((()(((()((((((((((((((((((((((()(()(((((((((()((((((()((()((((((())(((((((((()((((()(((((((((((((((())((((((((((((((((((((()(((((((((()(((((((((()(()(()((((((((((((()(((((((((((((((((((((((((((((((((((((((((((((((((()(((((((((((((((()(((((((((()((((((()(((((((((((((((()()(()(((((((((((((())((((((((((((()()(((((((((((()()()((((((())(((((((((()((((((((((((((((((((()(((((((((((()((((((((((((((((((((()((()(((((((((()(()(((((())((((((((((((((((()((((((((()((((((((()(((((((((((((()())((((((()(((((((()((((()(((((((((((())(()(((((((((((((((((((((((((((((((((((((((((((((((((()((()(((((((()(((((((((((((()((((((((((((()(((((((((((((((((((((((((()(((((((((((((((((((()((((((((()(((((((((((((((((((((((()(((((((()((((((((((((()((((((((((((()))((((()((((((((((())()(((((((((((((((((((()(((((((((((((((((()((((((()((()((((((()((())((((()(((()((()(((((()((()((((((((()((()((()()(((()((((((((((((((((()(((((((((((((()((((((((())()((((()(((((()((()((()((((((((((((((((((((((((((()(((((((((((((((((()((((((((((((((((((()((()((((((((((((((()(((((((((()((((()((((((((((((((((((((((((()(((((((((((((())(((((((((()((((((((((((((((((((()((((((((((((((())((((()((((((((())(((((((((((()(((((((()((()((((((()(((((()((((((((((((((((()((((((((((((((()((((((((((())(((((((((((((((((()((((((((((((((((((()(((((((((()((((((((((((((()(((((((((((((((((((((((((()(((((((((((()(()((((((((()(((()((((((((((((((((((((()((()(((((((((((((((((()((((((((((((((((((((((((((((((((((((((()((()(()(((((((((((((((((((((((((((((((()((((((()()((((((()(((((()((((()((()(((((((((((((()(((((()((((((((((((((()(((((((((((((((((((((()(((((()((((((((((((((((((((((((((((((()((((()(((())(((((((((((()()()((((((((((())(((()()((((((((((((()(((()((()(()((((((()((()((((((((((((((((((()(((()((((((()((((((((((((((((((((((()((((())((((((())(((((((((((((((((((((((((((()(((((((()((((((()((((((((((((((()((((((((((((((((()(()((((((((()(((((((((((((((()(((((((((()((((((()((((((((((((((((()((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((()((((((((((((((((((((((()((((((((())(((((((()(((((((((((((((((((((((()(((((((((((((((((((((((((((((((((((((((((((()()(((((((((()((((((((((()(()((()(()()(()(((((()()()(((((()((((((((((((()(((((((((((((((((((((((((((((()(((((()(((((())((()(((((((((((((((((((((()((((((((((((((((((()(((((((((((()()()((())((((((((((()(((((((((((((((((((((((((((((((((((()(((((((()((("

    Returns: 27730

  32. "(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("

    Returns: 0

  33. ")(()(()()((()()()()(()))(()((())))((()((()()((((())(())))))((())(())()()(()((()))((((((())(()()((((((()((()(((()((()((()((()(())))((()(()(())((((()))))(())()((((()()))(()())()(((()(((()()((((()()))()()()))((())(()(()())())((()())())(()())(()))(()))(((((())()())())(((())((()()(())()(()(((()(())((())(((((((())())(()(()(()(()()()()()()())()((()(())(())()()))()()))(())))())(()))())((()))(()(((()()))))()()(((((((())((())()()()()()())((()(((((()((())()((((()())(()))()((((()()))))()(((())()(((((((((()(()((((((((()())(((()))(()()()((((()()))()(((()()((())(((()()))((()))))((((()))())((())(()(((((()(())(())()()((()())((()()((()((()((((()(())())((((()((()()(())((()())()(((())))((((())(((((((()((((((((()(())(()(()((()(()))((()))((()((((((())(((())()(())(((()(())(()()(()())((((((((((()()()))))())(())((()(()()()()((()())((())))(((())(())))((((((()())(((()((((((((()()()(((((((()(((((((((((()(((())(((((()())()(()()(((()))())()()(())()()(()()))(((()()(((((()()))(()((())()(((()(((()(()))((()()())(()()))(()()()())))(((()((()()()()())(()((()((((((()(((((())())((()((()))())((()(())((())((())())())(((((()(())()(((((((()())())(()(())((()()(((((((()(()((()()))))))(((((()))))()()()(())())()())(()((()(())(((()(((((())()))()((())())))((()((()((()())))((((((((()()()())(((())()())))(()(())(((()()((()())()))))((())(((()))))()())))((()(()((((()(()((((((((())(()(((((()()(()(()()))(())(()())()(()()(()(()()(()())()))((((((((()()()(()))())()()(()((((((((()(())((())(()))))))))(()(((((((()((())))((((())))())(())()))(((())()((((())(()((()))))((()()()()((()())())(()(((()(((()(()()())(((((()))((())()((()(()(((((())()()()(((()(((()()()(((((((((()()(((((())((((((()(((())(())(((()))()(())(())(()(())))()))(())))()))((((())))((((()((()())))))((()())((()()()()))))()())(((((((()(((()())()((((()(((((()()(()()((())((()(((((()))())(()))((()())(((((((((()((()((()(()((((()())))))))())((((())(()((((((()(())()))())((((()()()())))(()((())(()())())(()(())()())(()()))())()(()((())((()())(())(()())()())(((((()))(()(()))(((())((((((()((((((()(((()((((()())()))((()())()(()(())((()))()())((()))()))))(((()((()))())((()((()(()(((((()((((()((()()))((())))(((()()(()()()))()(()()(()(((())(())))))((()))())()))()(()(()()((()))())()((())(()(()(()))))(()(())(()()((()((((((())((()(((())((()()))(((((((((()())()())(()(((()(()((((((()(((()()))((((((((()(())()(()))(()())(((()()(())(((()))((((()()()((((()(()((())))((((()(()((())(()(())()()(())((()()("

    Returns: 471906

  34. "))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))"

    Returns: 0

  35. "())()())()()))()(())))(())))))(())())()()()))()))))())((())))(())()()())(()))))(())))))((()(((())()))))))))))(()()())())())())(())))())()()))())))()))))))()()))()))((())))))((()(())))))))(())(((()()))())()))(()))))))(())())))(()(()))))))))))(()(()))(()))))((()())))(((())))()))))())((((()))((())(())())())))))))))))())(()(())))))))))(()))(()())()()((())())))))()))))())))))(())))))))))()))))((())))())()(())()()()())))))))))()))))))))())(()))(())))))(()))(((())))))()))))))))((())()(()(()(()))))())))())(()((()()(()(()))()))))((())))))))))(()((()))()))())()())()((((((())))))))))(())()()()(())))))))()))()))())))))(())))))((((()()))())))))))))())))))))())(((()))))())))()))(()()))())())()))()())))()))()))))))))(()))))))(())())))))))())))())((()))())())))))(()))())())))))))))())()()))(())))))()()(()()()())()))()))))))(()))))())))))))())()))))))))(())))())())(()())()()())))))))()((((()))))()))(())))()))))()))(()()))())))))(()))))))))))(()()))(()()))(())())())))(()()()(()))))))()))(((()))))))(())))())())((())))()))))))()()()())))))(())())())))()))((()))))())()((())))(()))()))())()())())()))))(()()((()))()(())))())))))())))()()))()()))))()(()(()()))))())))(())((())(())))()))))()))))))))))(())))()))))()))())()()()))(()()))))))())())()())())(())))))))))))(())))(()())))))()))))())(())(()))))(()))))))())()))())))))))())())))())))()(())))())())(()))))))()))))(())))((()()())))))))(())()()))))))))(((((()))))((())))(((()((((()()))())))())(()))((())()))()(()))))(()))))()))))())((()())(())()))()())))())))))()())))())((())))))))((()))))))((()()())())(()))))))))())))())))()()))())))))))))))))()))))(())))())(()(())))())))((())))))))())()))()())))(())))()()))))()))))))))))))(()())())))()((())()))()()))(()))))))(())())()()))))))()())))))))(())())(((()))()))))))))()))((()))()())()()))((())(()))))())))))(()))))()()()))))))())))())))))())))))))())))()))))(())(()))())))((()())(()))())))))))()())))))((())(()(())()))))())))(())(())))))))))())))()()(()())()()())()((((())))))()(())((())))())()()))()())))()))())()))))))))())()))()()))((((()()()((()))()))((((()))))())()(()))))())))())()(()())(((())))()))))()())()()))()())))()())((()())))))))))()())())))())))())())))((())()))()))()()(()))))))(())))())())))()))((()))))))(()()))()()((()))()()))()))())()()()())(()))(())))()))))()((())()()))()()(()))))))()(())))))))()))))()))))))(()()))()))()())())()))))))(()))()))))())))()(())))))(())()))))())))))(()())())))(()))())))))))()()))))))()))))())))))))))())))())()))))))(())))))(())()(("

    Returns: 303031

  36. "((())()((())))()))))))())))())))()))))(()))()())(()(()(()()()))))()((())()())()))))())))))(()))))))(((())))))))))))))()())))))))))((()))))(()))))()((((())()(((())))((())()))()((()()()(()())(())))))))(()(((()))))())))))))))))()))())))()()()()()()())()()()()))())))))())()())))()))()))))))(()))))))()))))))))))((()))))))))()))(())))))())(()))))))))())(())))))))()))))))))(())())))()))()(((())))())()()))()))())()(())()))())(()()))(()))))())))))))())()))()())))))(((())))))()()))()))))))))()))()((()()())()))))))))()))))))))((())(()))((())))()((()())))))))(((())(()))))))))())())))(())(())(()())))))))()))))))(())))))))((())))))))()(())()(((()()())(()))()))()))())))))))(((()))))))())))()())()((()))))()))))))(())()())))())()))))())))()))))))())))()()())()))())(())))))))))()())((())))())))))))()()(()))((()))()())))()))((())))()()))))((())))))()))))(()()))(((()(()())()(())))())(())(()))))())(()((())))()())())))))())(())))))))()()()))()((((())))))()()()()))((()())))))))())))()))))(())()()))()()))(())))())))))(())())()()())))))))))))))())((()))(((())))))()))))()())))))()))))))()()))))))))))))))))((()())))))))()))()())()))))))))()))())))()()(((()))()((()))))))))())(()))()())))(()))())))()((())))()))(()(()(())()()(((()())))))()((())))((())())))))())())())()())()()))))()((()))))))))))))))))))((((())()())))()()))()))))()))))())))))))))())))())))())))))))((()())()(())())))(())())())))))))))()))()()))))()())())()(())))(()()))))))()((()))()))())())))))())()))))))))))()()))((())))))))))))())()))()))()()()))()()(()())))))(())))(())))))))())()))))))))()))()))()))))()()))()))())(()))()))()))))(())())())))))))))))))))()()))()))())())))))))))))))(()))(()())())(())()))))))())()))(())))))))(((()))))())(())(())))))((((()))))()(())())))(()())()()))())))())()))())))()()(((()()(()))))()))())(())(()))))())))())))()(()(())))))(())))((())))))())()))())))))))))(()))))())()))()(()()))))()))))())))))()))()())))))()()))))))())))()()())))(()))()))))(()(()))))))))))(())))))())()()(()))))))))))))(()))())(((()()))))))))))))(()(())))(())))()(())())(()())))))))))))())))((()()(()()())()()))))()(()))())))))(())))))))())(())))))()))))))))())()))))())))))()(())()()))())))((()()())())))))(()))(()))))((()))()())()(()))))))()(()))))((())))))))))))))))()()()))))())))())))))()))))()()(())()())()))))))((()))())()))))()))))((()))(())))))))()))(())))()())()))))())()))))()))))()()())(()(())))))()(())))())))()())))))())((((()()()))))))())))))))))))))))("

    Returns: 263901

  37. "))))))))))))))))()))))))))))))()))))))))))))())))))))))()))))))())))))(()))))))))()))))())))()))())))))))))))())))))))()))))))))))))))())))))()))))))))))))()))))))()))))))))))()))()())))))())))))()))))))))()))))())))()))))())))))))))))))))))))))))))))))()))))))))())))))))))))))))())))())))()(()())))))))()))))())))())))))())))))))))))))))))))))))))))()()))))))))))))))))))))))))))))))())))))))))))))))))))))))))))()))()))())))))))))))))())))))))())))))))))))))))))))))))))))))))))))())())))))))))))))))()()())))))))))))))(())))))))))))))))))())))))))))))))))))))))))))))))))))())())))))))))))))))))))))))))))))))()))())))))))))))()))))))))))())()))))))())))())))))))))))))))))))))))))))))())())))))()))())))))())))))))))))()))))))))))))))())())()))))))()))(()))))))))()))))()))))))))))))))))()))))))())())))))))))))()))))))))))()()))())))))))()))))((())))()()))))))))())()))())))))))))))())())))))))())))))()))())))))))))))))))))))()))))))))))))))))))))))))))))))()))))))())())))))))))))))))))))))))))))))())))))))))))())))))))))))))())()))))))))()))))()))))))))))))))())))))))))))))())()))))))())))())))))))))(()))))()))))))))()))))))()))))))())))))))))))())))))))))())(()))))())))(()))))())))))()))))))))())())))))))))))))))))))))))))))))())))))))))))))))))))))(()()))))))))))))()())))))))()))))))())())))))())))())))))))))))))))))))))))))))))))))()())))))))))))))))))))))))))))))))())())))))()))))))))()))))))))))))))))))))))))))))))))))))))))))))))))))()))))))())())())))))))))))))(()))))()))))))))))())))))()))))))()())))())))))))))))))))()))))))))))))()))))))())))))))())))))())))))))))))))))))))))())))())))))))))))))))))))))))))))))()))))))))(())()))))))))))))(())))))))))))))))))()())()))))))))))))))))))()))))))())))())())))))()))))()()))))))))))))))))))))))))))))())()))))())))))))))))))()))))))))))))))))))))))()))))))))(())))))))))))))))))))))))))))))())))))))))))))))))()))))))))(()()))))))))))()))())))))))()))()))()())))))))))))()))(())))((()())))))))))))))))()))))))))))))))))))()))))()))))))))))())))()))))))))))())))))()(()))))()))))))())()))))))))())))))()))))))))(())))()))())))))))))))))))))))))()))))))))))))))()))))))))))))))))))))))))))))))))))))))))))))())))))))))))))))()))))))))))))))))))())))))))))()))))())))))))())))))))))))()))))))))))))))))))))))())()))))))))())))))))(()))))))))(()))))))))(()())(()())))))(())))))))))))()))))))))))())))))))())))))))())))))))))))))))))))))))))))()))))))(())))()))())))))()"

    Returns: 33670

  38. "((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("

    Returns: 0

  39. ")()())))()(()))())(())(((()())((((()(((((())))()))))))((((()))()(((()(()((((()(()())()(()))(()((())())())(((()(()(()(())))))()(()(()())((())())()())())(()()(()((())(())((()()(()()))(()()())()()()))))(()())(()()()))))()(((())(())))))()((()))))(())())((()()()((())()()((()())())))))()(()))(())))())((()))(())((()))))(()()))))(()))((()(((()(((())())))(())()()(())(((()(()(()))))))()))(()(())()(())))))))))()()()(())()()))(()())()(()))()))(((())((()))))()(())((()())))(()())(()()())(()()()(((())()()))(()(())(((()((((()))())))(())(())()())))()(()))())((((()))))))(((()((())((()())()))(((()((((())))(())))()()()()()))))(()()(()(()((())((()())))(()))())()())(()())()(()((((()())))()((()((((())(((()((((())))()((()))))(()))))((())()()((()(())(())((())(()(()()()(()(())(()()(((()(())()((()))())())((()(()(((()())))()(()((()()(()(((()))())()))(()()((()()()()))())(()()(())())()((())()))))())()())(())))((((((((()(())((())(()(((((())())())())))))))())((()))()()))()()))((((((()()()()((()))()()(())(((())(((()()))(()()(())()(()((()(((()())(()()(()))))((((()))(())(((()))(()((()))())(()()))))))()(())()())))))))))()())))))(()))))((()()(((((((()((((()(()((())())(()()))))(())))()()(()()()))))(()((((()(()()())())))()(()(()(((())))()))))(()((((((())))))))()))))(()))(()(()()()()()))((())())())())()()))())())((()()))((((()))(((())))((()(()(())))((())((()()(((()()(())))(())()()()()))(()(())()(())(()()()))))()()()()(()(((()())(((()())(()((()(()(()()())()(()()(((()))(())()((((())))(()((()(()()((())))()))))))())(()(((())())()())()(())))))()()))()()())())())()((())(((())()))())()())()(())()))(((()()((()))()))(())))((())))))((()))()(()))((()(())()))(((()))(())((()()))(()()())))((((((()(())()))(((()())(()(())()())()))(()(()(()))))()()))))(((())()((()(()(()())())()))(()(()))))())()()((())(((())()())()(()())))()())(())()))()))()()(((())))))()(()()(()()((())((((((()((()())(()())((())))(()()(()(()()((())((((((((()((())(((()))))))(((())((())()))()))(()(()(()(())))()())()((())()()()((()(())((()()((()()()(((()(()((()(())(()()())())((())))))(((()()()))((((((())((()(((())()((())))((((()(()))())()()(()()))(()((()))()(())()((()()(())(())())(((()())()()))((()()((()(()((()())))())((()(((((((((()))()((()()(()(()(())))()((()))(()()(((()(()())(())()()((()))))())))(((())()))))()))))())))()()))()))(()((()))()((()())(())(()(())()))))))))())(()(())()((((((())(()))))((())))(()()())(()((((())()))(()()())))(()))()()(())))())()))()()()((())(()(())))(()))())())))))("

    Returns: 735078

  40. "(((()()()())))(()))))))))()(()))))()()))())()))))))((()))()())()))()()(())()))())))(()))))())()()))()))(()())()))))((())()))))))()))()))))))))))))()()))(())))))(()())())))))()))))(())))())()(()))))))))())))))()))()(()))))))))())))(()()))()))((()))))))))))()))))))())))))))))()))()(()))))))))())))((()()))()()))))())()))))))))())))))))))))))))((())(())))))())())))))))))))())))))()()))())))())))()))))))((())(()))()))))))))))()()))()))))))())()()))())()))()())()((()(())()))(()))))()))()))())(()())))))))()())(()()())))))(()))))))))))))()())))()())))))))))()))())))()())((())))))))(())))))())))))))))(())()((((((()()))))))(()())))()))())())))))))))))))(()())(()())())))))((()()))(()()))))))))))))())()(()())()()))(())(((())())))(()))))())))(())))()))))))(()))))))))))())))))())))(())()()((())))))))))())))))))()))((())))))((())))())()()()()))()))()))))))))((()))())())()())))()))))()())()))))))))))()(()())()()))))()(()()))))))())()()())(()))))))())(((())))))))()()(())))(()((())))))))())(((()()))(())()))((()))))))))))))(()))(()))))))))))))))))()(())))()))()))()())(())))())()))((((())(()))())(()((())(())))(()))(()(()))))()((()))()()))))))()())())()))())))((())))))()())()()))))))))))())))))())()(()))())()())()))())()))((()()))(())))))))))))())))())))()))())())))))()))))))()())))))())))))()(()))())()))(()))))()))))((())))))))((())((()))())))(()(())))()(()))()(()()())))()()))()()())())))()))))())))())))())()(()())))))))())))(())))))(())))())))())()))()()((()))))))))))()(()()((()())))))))())()))))))()))))((()()))))))()())())(())())))))(()()))())())))()))))()()()))()))()))))())))()))))(()())())))))))))))())(()((())()))))))())()())))()))))))())()))())()(())((()())))())())())))))))()))))))))()))((((((((()(()))))()))(()))()))()()()(())()))))))))())))())()())()))(())()))()(()))((()((())((())(()())))()))))((()())))()))())))()))(()()())))))()))()())))()()))()(())())())))))(()(())()())))()))()()(())))))))))()()))))()()()())))())(())()))()))))()))))(()(()(()()())))())))))())))))))))))())))))()()))))))())))))()))))))))))))))())()())))()())())()((()(())(()))))))()()(()()()))))()()))())))(((()()(()))))()((()()))))(((())((())))))()))()())())()(()))()))))))))()(()(())))()))))()()(())))))))()))(()))())(())()))())))()))))())))))()))()(()))))()(()(((()())())))))))()())())())))))))))))()(()())()()(())((()))(()))()))()()())(())()))))))())()()())))()))(())))(()())))()()()())))((())()))())))))))()((()())))))))))()()))))(())())))(((()(())))()()()((((())((()))())))))())())()(())(())))())()))"

    Returns: 283128

  41. "))))(()()))()())))()((()))))))()()))()())))()))((()(())())((()))()))()))())()))())))()()(()()())))))()())())))())(())()))()))))()))))(())(())(()))()))))()))))()))))()))()((())())))(()))))))))()))(()))()()))()()))))))))((()((())(()))))())())(((()))()))))()()))))))))())))))))())))(())))()))))()())(()))))())))))))()))(())()())))()))))())))))))))))())())))))()))))((()))()))(((())(()()))))()))))))))))))()))()(())()))()))))))))((((())()))())))()))(((()))()())()))))()))()()))())()))))))))())))(()))))))())))())))()()()((()(()())(())))))))))))(((()))))))))))(()(()()((()))())))))())()()(()())())))(()))(())()))()))))))))))))())()())))))()()))))())(()()()(()(()))(()()())()())(())))())()))()))))())))))))))))())))()))())()))))))())()))(())()))()))()()())))())))))()()()))))))))))()))())))())))())())))())())))())))()()))((()()))())(()()(())))))()))())))())))))()))())()()()))())(()()()()))(()))()))))))()())()))))))()))))())())()())()))))()))(()()())))(()((()))()))()))()))))())()))())())))()(((()))))))()))(())))())))(()))))()()(()())()))(())))))))))))(()(()))((())))))))))(()()(()()))))(()())()))()(()))))((())))))(())())()))))))()))(()((()(((())())(()((((())(())()))()))())((()))))))(()()))()())())(())))))(()))()))))))))))))))))()()))))))))))))))()))))))))(()())(())()((((()))(()))))()))))))(()())(()()())))()))()))))())())((()()))(())))))(())))()))()))))())()()())))())())()))()))()))))))())))()(())())))()()))))()())())()))))())()))))()())))())()(()()))()((()))))))))((())))))(())))))))(()()())))))))))()())())))(()))))()))()()))))((()))()))))((()())))((())))()))())())()))))))(()))))())()))))))())())()))))))))(()())((()))))))()()))())))))(()()(())(())()(())))))())))())()))()))))()))()(())()()())()()))()))())(()((())))))())))))))()(())()((((()()())))()())))))())())))))()))))()())))))())))))))()))))))()(())))())(()((())))(())()))()))))))))))((())())()))(())))()())))))()(())))))))()())))((()())((()))(())())()))())))(())))))))))))))()))(()))))())())(()))())(()()())))))))))()))()))))))()()()))()))))))())()(()()()()()))()())(())))))))())())()))())())))))))))(()))))))))))())(())))))))(())()))()))))))()()))((()))))))))()))))))(()))))))()())())))))())(())(()))()))))))))))))()))()))))))())()))()))))()))()()()())))))(())()())(()))))))))))))(()))()))(((()())()()())))()))()))())()())())))(())(())))(()))))((((()(()))))))()()))))))(())((((())))))()))(())))))))))))((()))()())())))))(())))()()))()))(("

    Returns: 256686

  42. "(((((()(()()((()()(())())))((()()))()))()(((((()())()()(((((()))))))(())()(((()((()(())()((()((()))()(()((()()(())(((()(((((((()))(()(())()(())()((((()((()()((((()())())))(()(()(((())())(((())((())((((()())(())()(()()()(((()(((((((((()()(((()((()))((((((())(()))((((()()()()(((((((((((((())(((((()((()((())(((())((()))(())(())()))()(((()(((((()())(())()(()()()(()(()((()((((()(()((()()()(()()()()(())()(())()()(())((()(((((()(((()(()(()(())(()))((()))()(())(((((()())((((())()(((((((((())((((())(((()()()()((((()())((())(((())())()(())(()(()())(((((())(((()((((((((())()(())((()((((()))))()(())())()((()((((()()())()((()()(((())())((())((()))((())(((((((((())()))((()()((()((()(((()))))((()()()((()))()(()())(((()())((((()((()()(((())())((((((((((()((((()(())(()())(())(())(((()()((()((()(()(())()()(((())))(()((()((()()(()((()(()()(((()(())((())))((()()(())(())()((())((()())(())))())((()(()()()((()()((())(()(((())((()(()((()(((())()(((()((())((((()(()((())()))())())((()()((((()(()(()((())((()(((()()()()))((()()(()))(())())()))(()))()()))(()(()))()(((()(()(()())())())(())(()(()())()))()()(((()(()()()((())))(())((())((()(())((()()(()))(((()(()((((())()))(((()()()()((()((()()(())())()((())((((((()(((()(()()((()()(()()())))())(())((()((()((())()(())()((())((())()((()(()()((((((((())(()(()())()((((()())))()()()(((())(((()()((()))((((((((()))))))())((()(())())(()(()()(((((()()((((((()()(((()())()())((((())))))))))()()(((((())((((((()(()((()()(())((((()(()(())()(())((()((()(())()))()((((()()))))((((()()()(()((()()((((((((((((((((((((((()()(((()(())(((()))()(()()((((((()))))())((()(()()))(((()(()())()())))()))())((()((((())(())(()())()((()(((((()()((()((()(((((()()((())(((((((())((())(()((((((()()))(()(()((((((()()((((())((()(()()))(()(((()(((()(()(()()((((()))((()(((((()())(()())(((((()()(())()((()))((())()))((()())())(()()(())))())()()))(())()))))))((()((((())()((())((()((())()))()(()((()())()(()()((())((()()((())((())()(())())((()(())(((()))))(()(()()(()((()()(((()(()(((()))))()(((((()()((()(((((()))())((((())))()((())())()(((((((())()(()()())))()(()()))((((()(((((()((()((((((())(()(()()(()))(()((((((()()(()((())()((()((()()()))()))((()))))()(((()))((()))(())()()(()((()(((((((()()()((())(())((()((()((((())(((()))()(())())((()(()()()))((()(((()))(())(()))((()(()((((((())(()())))())))(())(((()()((()))(()(()()(()(()((((()((()(()(((((((()(())())(((((()((())(()))((((()))((()()(((((((((((("

    Returns: 431985

  43. ")))))))))()())))))))())())())))))))))))))))))))))()))(()))))(())))))))))))))()))))())))))))))))))))))))))()())()))))()))()))))))(()()())))))))))))())))))))))))))))))))))))))))))))))))))))))))))(())))))))))()))))))))))))))))())))))))))()))))))))())))())))))))))))))))))))())))))))))())))(())))())))()()))))))))()))))))))))))))))()))()))))))))()())))))))))))))))))))))))))))))))))))))))))))))))())))))))))))))(()))))))))))))))))))))))))))))))()()))())))))))))))))))))()))()))))))))))))())))())())()))))))))))))))()))))))))))))))))()())))))))))))))))()))))))))))))()))))())))))))()())))))))))))))))))))))))())))())))))()))))))))))()))))))))))))))(())))())))(()))))))))))))))))))))())))))))))))))))(())))))))))))))))()))()())))))))()))))))))))()))())))))))))()))))))))))))))))))((()))))))))))()))))))))))))))))))()))))))))))))))))))))))())))()))))))())))))))())))))))))))))())))()())()))))))))))))()))))))))())))())))))))))))())))))()))))))))))()))))))))))))()))))))))))))()))())))())())())()))))))))))())))())))))))))))))))))))))))))()))))))())))))))()))))))))))))))))))))))))))()))))))))))))))))))()))))))))())))))())))))))())))))))))))))))())))))))))))(()()))))))))))()())))))))())))))())))))))))))(()))))))))))())()))))))))))))((())()))))))))))))(()))))())))))))))))))())))))))))))))))))))))))()))))))())))))))())))))))))())))))))))))(()()))))))))())))))))))))))))())))))))))))))))))))))))))))))))()())))))))))))()(()()))))))()))))))())))))))))())))))())))))))))))))))())))))))))))))())))))())))))))))))))()))))))))))))))))))))))))))))())))))))))))))(())))))))))))))))()))))(())))))))))()))))))))))))))()))))())))))))))))))))(()())))))()))))()))))()))))))))))))))()))))))))())))()))())))))))))))))))))))))()())))))()))()()))()))))))))))))))))()())())))))))))))))()))))))))))))))(()())))))))))))))))))))))))))))))))))))))()))))()))())))()))))))))))))(()()))))))))()))))))))()))))))()))))))))))))))))())))))))()))))))))())))))))))))))))))())))))))()))))))))())))))))()))())(()))))))))())))())))()())())))))))))))))))))))))))))))))))))))())))))))()))))))))())))))))))))))(())))))))))))))))))))())))))()))))))()))()))))))))))))))))))))))))()()))))))))))))))))))))())))))))))))())))))))))))()()))))))))())))))))))))))))())))))))))()))))))))))())))))))))))))))))))))))))()))))))))))))))((()))))())))))))()))))))))))))))))))))))))))))())()))))))))))()))))))))))))))))())))))))))))))))())))))))))))))))))())))))))())))()))()())())))))))))())()())))))())())))))))"

    Returns: 33153

  44. ")((((()((()()))(((()(()())(((((()())(()((()))))(((((())(())())(()(((((()(((()()()))()(()(((()())((()(())()))())))(()))))()()))()((()())(()((((((((())))))()())(()))()()(()((())))))(((())((()(()((((()))()()()(()(())))()(())((((((()(()()())))()(()((()))(()(()((()(()((((((((((()(())()()))((()(()()((())((()()((())()()))))))))(()(()()(((())(()(((((())(()()))(((())))(()(((((()(()))(()(((()((())))))())(((((((((()(()(()((())()()((((()()()))(((((((()()(((((()))))()))()())((((((())(((()((((()))))((((((((((((())((()((((((((()()))(((())(()(()((()))((()))((()()(())(((((((()((((((())()()()())(()))()))(())())()(()))())(((())()()((())(()(((((())(()()))(()()(((()((())()((())(()()(()()((()((((())())())()(())))()(()))(((()()(()((((()()((())(())()()(())(((((((()(((((()((())(())(((()()(((()(())(((())(()()(())()())(())(((((((())((())(())(()((((((())(()(())((((((()((()(()()(((()))()((()(()(()())()((()((((()))(()(((((()(((((((())()(((())())(()((()(())((()((()))((())()()(((((((((()(()))()))())(()((((()(()(()()((((((())(()(()((())((()(())(())((())((((((()((())))()))())))(((((((((())(((())(()))((()()(((())((()((()(((())(()()())()((()((()()))((((()()(((((((()(())(()(((()((((()()(()()()()()()(()())(((()(()(()((()((((((()(((()()(())(())()()()())(((()()((((()()())))))(()((()(()()((((((()(()()())))((())((()))())(()((((()))((())((((((()((((((()()))))((((())()(((())((()(((()()((())(()((()(((())))((((((()((((()())))(()()(())((())((())((()()((((()())))())(((()()((()))())()(((())(()((((())()(()()()(((()(())())(()(()((()))(()((())(()((((())(((()())(()))((()(()(((())()(((((()))((()())(())((((()(())))()))((()()()())()(())((((())(()))((()()(((((())(()((()))((()(((((()(((()(()(()(((())(((((()()()(()(())))))(((((()()((()(()())(()())(((())))(()()()((((()(((((((((((((((((()((()(((((((()((()()))))((()()((()()(((())))(())(((()())()(()(((((())(()()())((())(()()()()()())()(((())()(())(()()))()((()(()(((())(((()((((())((())(())(())((((())(()(()())()(((())()))((((((())()))(()()((()())()(((())(((())(()((())(()()))(((((()()))(((((()(()()())(())()(()))((((()()(()((())(()()((((()()))()()(()((()()))(((()()()()((((())(()((()()))(()())((((()()((((()(())())(()()()((((((())(((()((((()((())))(((()((((((()((((()))(()(((())((()(((()()((()((()(()((((()()))()(()())(()()(())((()))))())()()())))())(()())(((()())((()))((((((()(())(())())())()))())))((()())((())())(((())((()((()(()((()((()()(()))(((()(((((()))(()))()(()((((()(("

    Returns: 430128

  45. ")(((()(((((()()))()()((((((((((((((((((((((((()(((((((((((((((((((((((((()(((((((((((((((()((((((()((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((()((((((((((((((((((((())()((())((((((((((((()(((()(((((((((((((((((((((((()(((()(((((((((((()((((((((((((()(((((((((((()()((((((()((()(((((((((((((((((((((((((((((((((((()(((((((((((())((((((()(()((()((((((((((((()(((((()(((((((((((((((((((((((()((((((((((((((((((((((()()(((((((((((((((()(((((((((()()((()(((((((((((((((((((((((((((((((((((((()((((((((()(()((((()((((((((((()(((((()((((((((((((((((((((()()(((((()(((((((()(((((((()(((()((((((((((()((((((((((((((((((((((((()((((((((((()(()(((((((((((()(((((((((((((((((()(((((((((((((()((((((()((((((((((((((()((((((()((((())(((((()(()(((()((((((((((((((((((()((((((((()((((((((()))(((((((())(((((((((()((((()(((((((()(((()(()((((()((((((((()(()((((((()((((()(((()()((((((((((()((()(((((((((((())(((()(())(((((((((((((((((((((((((((((((((((((()(((()((((()(()((((((((()(((((((((()((((((((()(((((((((((((())(((((()((()()(()(((((((((((((((((()(((((((()(((((()(((((((()(((((((((((((((()((()(((((((((((((((((()((((()(((()((((((((((((((((((((((((((((((((((((((((()((((((((((((()()((((((((((((((((((((((((((((()(()()((((((((((((()((((((((((()(((((((((((()(((((((((((((((((((()(()(((()(((()((((((((()((((((((()(((()((((()((()(()((((((((((((((((((((((()(((((()((((((((((((((())((((((((((()())(((((()((((((((((((((((((((((((())(((((()(((()(((((()(()((((((((()((((()((((((((((((((((()()(((((((((()((((()(()((((((()()((((()((((()())(()(((((((((((((((()((()(())(((((((((((((()((((()(((((((((((((((()(((()(((((((((((((((((((((((((((((()(((((())((((((((((((((((((()()(()(((((((()((((((((((((((()(((()((((((((((((((((((((((((((((()((((((((()(()(()(((((((()((((((((((()(((((((((((())((((((((((((((((()((((())(((()((((((((((((((((((()(((((((()()((((((()((((((((((((((((()((((((((((((((((((((((()(((((((((((((((()((((()((((((((((((((()((((((((((((((((((((((((((((((((((((()((((((((()((())((()((((((((())((((((((((((((((((((()(()((((((((((()((((((((((((()((((()((((((((((((((((((((((()(((((((((((((((())(()((((((((((((((()(((((((((()((((((((((((((((((((((((()()(((())(()(((((((((((((((((()(()((((()((((((()()(()(((())((()((((((((((()(()(((((((((((((((()((())))((((()((((((()((((((((((((()(((((((((((((((((((((((((((((((((((((((()((((((((((((((((((((((((((((()()((((()((((((((((()()(((((()(()((((((((((((()(((((((()((((()((((((((()((())((((((()((((()((((((((((((()((((((((((()((((((())((((("

    Returns: 35245

  46. "(((()()(()(()())(()()(((()((()((((()))()(((())))((()((()())(()())(()(()(((((()((())((()()(()()(((()((()()(()()((()()((((()((()()(()()())(((((((((()()())(())(()((()()(())((((())()))((())(((())()(()()(()((((((((((()(()((((((()((((()((((((())()(())))())(()(((()(((((((()()(())()(())(((()())()((()(((((((((()((((()(()((((()())(((()()(()(()(((()(()))(((((((()(((())())((()(((((()(((((((()())()()))()(((((((()()(()(((((()(()((((())((((())())()()())())()(((((())(()((((())()()((((()(()((())(()(((((((((((((((((()((()((()((()((()(((((()(()(()(((()(()))()(((((((((()((((()))(())((())((()()(((((((()(((()(()((())((((((())(((((((((((((((((((((((((((((((()((()()))((()))((()(()(()()))()())()(((()((((()()((()(()((((()(((())(((()(()((((()))(()(((((()())((()()()()))((()(((())()()((()()(()(((())))((())(()((())()(((((())()((()(()(()(())(((((((()()()()(()()(())((((()()(((((()((())((((((()(((())((((((()(()((()((((((()(((((())()()(()(((()))(()((()())())(()())(((()(()()((())((((((()()(()()(()()()(()((()(((((())))(())()()((())((((()((((((((())()((((()(((()((((((((()((())(((()(()()(()))((()())(((()((()()((((((((()()()))()(())(()(()()((()((((((((((()()(())((()((((((())(((()())((((()((((((((((((((()(()((()(((()(()(()((((((((((((()()(())(())((()((()))()((((()))()()(((((((()))(()(((((((((()))()(())(()(()((((()())(()()()((((())((()(((((((())(()()(()))(()()(((((((((((())()((((()(((((((((())(((((((((((()((((((())((()(((()(((()())(()))())()((((()())())(()((((()()())(())((((()(((((()((((()((())()(())(()())((((())()(()(((()())))((((((((()(()((((((((()((()()((((()()))())((((()(((()())()((((()(()((((((((((((()((())((()(((()((()(((((()())()((()(()(((((()(((((()(((()(((())((())(((((((((()))())((()(()((()((((((()()(((((())(()(()(((((()(())((()()(((((((((((((()(((()((()((()())())(((()(((((((((((((((((()(())(())()()((((((((((((()((((((()((()(((((((((((()()(((()(((((((((((()(())()()()(((((((()()()((()(((((()((((((((())((((())(((()()(((()(((((((((((()()(()()())()((((((())()(()((((((((())))(())((()((()()))(((()(()((())(((())()((()((()())((()()()()))((((((()((()((()(()())()((((((()((()()((()()((((((())(((((((((()((((()()())()())()(())(()(((()(((()(())()(((()((())(()(())())((())())()))((()(((()(()(((())))((((((()(((((((())((((()(((()(((((()(((()()((((()(((((())(((()(())(()()(()((((()(())(((((((((((()((())()()(()))))()((())(())())(()()())(())(((()(()))((()()(((()))(()((((((()(()((((())((((((()(((((((()()))()((((((((()())((()((()(()(((((((((()()(()()()())))(()(((((())(("

    Returns: 269011

  47. ")())))())))()))))))))))))(()())()))))))))))()())))))()))(())()()()))))()))())(()))))))))))))))())()))()())()()())))))))))())))))))()))())()()()))())))))))))((((())(())))))))))))))()())))()))())))())))))()))))))())))()))()())))()))()))))))))))()())))))()))))))))))))())()(())))))())))())))))))()))))()())))))()())))))))))))()))))()))))())))))())))))))))()))))))))))))))(((()((())()())))()()))(())))))))))))))))))))()()))))))())))(()(()()()))((((())))))))))))()))()))))()))))))))(()))))))))))))))(()))))))))()))))))))()())))))))))(()))))()))))()))))))))))))())))))(()())())())))))))))))()))))())))))))))))(())))()))))))())(()))))()))((())()))(()))()))))))))))))))()(())))))))))))))())()())())())))))(()))))()))))())(()))))())))))))))))))())))))))))()))()))))))))))))))))()()))))))))))())(())))()))))(()))()(())))())))))))))))()))))))))))(())())))))(()))))()()))))))()())))))))(()))))))))()))))))))())))))())))))))(()))))))()))))())))(())())))))())))()))))))))())))))))))))))()()))))))))))))))))))())()))))))))))))))))))))))()()))))(()))))))())))))))))))())(()()))()))))())))))))()))))))))()))()()))))))()))))))))))(()))))((()))())())))))())))))))())))()))))))))))()))))))()))))))())())()))()))))))))))))))))(()(()))))(())))))))))))))()())))))))))))))))))))))))))))))))))))()(()(()))(()))))))))))(()())))))(())))(()(()))))))))()()))))))))())))()))())))())))))))()))()()))))))())())))))))))))()()))))(()))))))))))(()))))())))()())))))()()))))))))))))))))))(()))))()())))))))()))()())))))))()))))))(()))))))())))()))))()())))))())))())))(())))())))))())))))())()))))(())())))))))))))))))))()())))))))())))())))))))))()))))))(()(())))))())))((())())()))))()))))))))))))))))))))))())()())))()()))(())))))))()))))))()))))())))())(())))))))())())))))()))())())()()))))))))))))(()))))))))))()(())))))))))))))))))())(())(()))))))))))))))))())(())))((())))))))())((()()))))))())))(()())))))))))())))))(())))))))))()))))))())())())(()())))))))()())))()))))))))())))))))()))))(())))))()))))))))))))))))())()))))))((()())))())((())))))()()))))()))(())))(())()())(())(())))))(()))(())()()))))))()((()))))))))))))))))))())()))))))))))))))()())(())))))))))))())))(()))))())))()))))())())))))))))))))((())))))())))))))()))))))))))(()()))))())))()()))))())((()))())))()())))))())()))()())))))))()))))))())())))()))))))))))(())()))())())())))()))))()))))(()))))))))))()(())())))())))())))))))))))))))))))))())))()))))())())))))()()))()()()"

    Returns: 111628

  48. "))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))"

    Returns: 0

  49. "))))))))))))))))))(()))))))))())))()())))))()))))(())))(()))))))))))))()))))))))))))))))))()())())))))()))))))(())))())()))))()))))))))))))))))))))())()))))))())))))))))()))))()))))))))))))))))))))))))))))(()))))))()()))))))))))))))))()))))(())()()))))))))))))))())))))))))))))))))))))))()))))))))))))))))))))())))))))))))))))())))()))))(()))))))()))))))))))))))())))()))())()))))()())))()))))))))))))))()))())))))))))))))))))()))))))))))))))))))))))))()))))))))))))))))))))))))))))))))))))())))))))(()))()))))))))()))))))))))())))))))))))))))))))))))))()))()))))())))))))))))))()))))))))))))))))))))))())()))()))))))))))()))())))))))())))))))))))()))))))))))))))))))())))(()))))))))(()))))))))())))))))))))))))))())))))))()))()())))())))))()))())))))())))))))))))))))))))))())))))())))))))))))))))))))()()))))))))))))))))))))))))))))))))))))))))())()))))))(())))))))))))()))))))))))))))))))))())))))))()))))))))))))))))))))))))))))))))))))))))))))))()))))))))))))))))))))())))())))))))))))()))))))()))))))))))()))))))))())))))()))))))())))))))))))))))))))))(()))))())))))))(()))))))))())))))))))())))))))))))))(()))))()))))))))()))())))))))))())))))))))))))))))))))))))()))()))))))))))))))(())))))))())()))))))))))))))()))))))()())))()))))))))))))))))))))((())))))))))))))))))))))))))))))))))))))))))))))))))))))))))(()))))))))()())))))()))()))))))))))))))))))(())))))))))))))))))))))))))))()))))())))))()))))))))))()(())))))())))))))))))))))))))())))))))))))))))))()()())))()))))(()(()))))())))()()))())))))))))()))))))))())()()))))))))))))))))))))))))))()()))))))))))))))()))())))))))))))))))))))))))))()(())()())))))))))))))())))))))))))))))))))())))))))))))))))))))()))))))))))))))))))))))))())))))))())))))))))())))))))))))(()))())))))))))))))))))))))))))))))()))))))))))))))())))())))))))))))))())))))))))))))())))))))())))))))))))))))())))()))))))(())))(()))))))))())))))))))))))))()(()())))))))))))(())))))))))))))))))))()))))()))))))))))))))))())))))()))))))))))))))))))))))))))))))()))))))))))))())))())()))))))))()))))))())))))))))))))()))()))))())))))))()))))()))))))))))))))))))))()))())))))))))))))))))))))(()))))))))))))())())))))))))))))))))))))))))())))()))))))))))())(((())()))()))))())))()(()))))))))))))()))))))))()))))))()))))))))))())))))(()))))))))))))())))))))))))))(())))))))))))))))))))))))))))))))))))()())))))))))))))))))))())())))))))))))))))))))))))))))()))))))))))))))))))()"

    Returns: 30876

  50. "))()()()()())(())((()(()))(())))())()))()()(((())()()(())(()(()))()))(((((()())))((())()))()()))()())()(()())()))))())))))()))()()(()))(()((()()))((())))))))()((())))))())())))()()()(()))))()(())())))()()))())))((()())(()))()()))()()())()())())())((())(()(()()()()())(((()))))))())()))(())()()))))))()())))()(()()(())))))))(()(())((((()))))))((())())))))()()(((()))))((((())())()(())((())((()()()()))))))))))())((((())())))(())()()))(()))))))(()()()((()((())))()))()()()))(((())))))(()))())))()))))))(()())())())(()))((()))))()((()))))())(((()(((()))))())))()()))()))))())))))))))())))(())))())))((())))()()()(()))((())))()))(()))))))()()))))())))(((())())(()))()(())()(())(()()()((((())()()))(((()()()))))())))())))()))(()())()))())(())((()))(((()(((((((((((()(((()())())(())))()))))())((()))(()))()(()))(()()()())))()))))))(())()))()())())(()(()))()))(()())()()(()(()))))())()))(()))))))))))()))())()())))))()(()())(()))))(()(()((()())()((()))(()(())()))(())))()(())))((()))(()((()))())))(())(())((()()()))())(((((()()(()()()(()(()))()()))))(()((((((()()((()))))(()())()))))()(((()()())))))())())()()((((((()()(())(((()())()))(()))())()))()))()())())))(())))))())()((()(()(())())(()(())((())))))(((()())(())()()()))))))))()(())(()(())()())()(()()()(())())()()()))(()))))))))))()())))((()((()))())()))())))())))())())))))))((())))))(()()()(()()(())(())(())(((((()()()))(()))(()()()()((())((((()((())(())()))))))))((()()()())))))(())(()))))()))))))(()()())))()(()))))(()(((())())))))()()))(()(()()))())()()))))())))(((()))(()()))()))()))((()(())(())(((())())))()((()))())())()()())()))(())))))(()()()(((()())))))((()))))(()))())()))))))()()))))((()(()())))()()))()))))((())())((()()()()))))())())))))))))))()()))()))((()))()()(())()))()())())))((()((()))()((())()(()())))(((())(((()()()))))()(()()))))))()(())())(())()())))))(()(())())()))(()((()(()())()))()(((()))))))(()())(())()(()))))))())()))))()()(())())(((())()((()))))))))()))((())(()(())()())(()(())))(((((())(())(()((())))))((())))()))))))(()())(()(())))))()()()))))(()()(()))())(((())())((()())(((()()()()))(())))()))())()((((()((((()()()))())(()))))))()(())(())(((())((()))))()(())()))((()(())(())()))()())(())(()((()))())))()))()(((())()(()))((()()()()())((())(()))())))()()((())))()))())()))())())()()))(())))(())()())(())())())()))))())))))))))()()((()))))())(())))()()())))))((()))())))((()())()(())))))())(()))(()(((((())))))(()()(()())))(()"

    Returns: 491536

  51. "))))))()()()))())))(()))())))()))(())))()))()(()))(()))()(())))))(()())))))(())(()(()((()())()())(()()()()))(((()((())()(())()(()))))()()))())(())(()()))((())))(()()())()(()()(()(()()))))))())))))((()))(()))))(((((())))()())(())))))))())()()())))))()()((()))(()))()((((((()())))))(()()))))()())()()()))()()(()()))))(((())))()())()())))(()(()(())(()))())())))(()()()())((()((())((()())))))))))))(()))))()))(()(()))))(())))((()(()()))))(()))))()))))()())()))))()(((((((()(((((()()(()())))))))())())))((((((()))())))))((((()())(())(()()((()()((())()()))))(())))))()))((())()))()(()(()))()))())()((()())))()(((())()()()())()(())()())()()()()(())())()))())()())))())()()))))))))))())()))))())())))())))()))))))(())()()()))())())())())(((())()((()()()))))))()))()(((((())))()()((((()))))))()()(((())()()))((()()((())()())()))()()))))(())((())))(((()()))))()))))()(((()()((()())))))())()((()(())()())((()))))))))((()())(((()))))))()())))())(()()())))))())(())()))())())()))())))(()))((()))))()))))()))(())())))()())))()))((()(()))())))()()))))(())))))))()))))))))()))(())))))))())(((((()(()(()()()((())(())))))))))()())))))))())())()(())))))()(()))()))()(((()))))(()))))))()()())())())()(()()()((())())))(()(()))))((())((())))(())))())(()()((()))))(()()()())()(((()(())()()())((()))(((()())()(()(()))))((()()())()())(()))))(()()()((()(()())()((())))())()))))()))))(()())())))))((()))))())(()()))(((())))((()))())()))))))())))(()))())(())())())()()()(()()))()))))))()))))())))()((()))))())((()))())())()(())()()((())((((()))((())))()())))))(((((()()()))()()))))())(()))()))))())))())())))())))()((()))(())(()()())(()((())))()())())(())())()()))())))(()))())(())(((()())())()))))))))(())())))))(()()((()()((()))()(()))))())()(())(()(((())()))))(()(()())()(()())()())(()()())((())()(()()()))())())((())())))()))((())))()))()))()))(()))())))))()((((((())))()()((()())((()()(())(((()))()((()))())()))((()(())(())()()))((()())))())()(()()()))()())(()(()))))()()(((())(((()()))))((())(()))()))))()()(()))()))(()()(((())))())())))()())(()()(()))()()))))()(()))(())())())()))))())()))))()))))())))()(()()())))()())())))(()(()()()((()()))))()()()(()))()))()))()()())())))))(())()()()))))))(())())))))))))()))))()()())))()((((()())))))))()()()())()()()()()(()(())))((((()()())())))())))))((((()))()(()))))(())(()()))(()))())()(())(())))))(())())())))()()()(((((()())(()(((())())))))(((())))))(()()((()()()(())())(()(())))())()())))()))))(((()()))))))())(()()(())())("

    Returns: 481671

  52. ")()))))))(()())))()()))))()))())))))))))()))(()))(()))))()()()))))))))))()(()())))()))((()))())))()))))))))())))())))))())()))(()()()))))))))))))))()))))()))(()()()))))))()(()())()))))))))))))))))))))())))()(()())))(()()())())()))()))(()())()())))()(()))())(())()())))()))))())))))()))))))()))))()())())()))))(()()()((())))()()()(()()))())(()))())))()()((()((()))()))()()))()(())))))()()((())))))()))(()(()())()))())())((())))))))))()))((()))()))(())))))()))())))))()())(()())()))()()))))()(()((()))))())())))))))))))()())())))()(())))()())))))()()))))))))(())()))()()()()()))))))))))())))()()))())(((((())))()())()(()(())()()))((()(()))()(())(())())))()())))))))))))())))())(())))())))))()()()))()()))(((((()))))(()()(()()())))))))))))()())()))))(()((())))(())()()()))()())))(()()())))())))())()))(()))))(())))()))))()(())())(())))))))()(())))))(())))))())))))))())())()((()()))()()()))))))))()()()))())))))))))())())())((())()))))))))))())(()))(())()))))()())()))))(())())))())))()()()((())))())))))()())))))))()))(())))())))))()))()))))))))()))()))))))))))))()))()))())))))))()()(()))(()())()))))))))))()))))))((()))()))))())())))))))(())))()))((()()())()(((()())))()(()()))())()()()))))))()()()))))())())())())()()()(())())()))))()())()))(()))(())(((())(((((()(((()))(())(()())()))()))())()))))))))())()()))))()))))())((())))()()))))))))())))))))))))()()()()))())(()))))()))))))))())))()((()()())()))()())))())))())))))(())())))())))()()(()))(()))()))())))))))()(()))))))()(())))()())))())))()()())))))))()((((()())())))))())(()))()))()))()))))()))(())()()(())(()(()(())))()()()()))())))()()))()))())))())))(()))())())()()))))()))()))))))(()(()))())))))(())))())))(((((())))))())))()(()))()(())())))))))))())((()()))())((())))))((())()))))())))()))))))))))))())))()))())()(())))))()))))((()()))))()))())))))))))())))(()))()(()())))))))())))))(()()((())()((()())()((((((())))))(()))()())()())()())))))))))))()))))()(()()()))())()())())()))())))(()))))))))())()))))))))(((())))((())))))()()))))))))())))))())))))))()))()()()))))))))))()(())())()((()())))))(())))(())()()))))())))()()(())))())())()))))())())))))()())())))(()(())))))())))())((())())))()))))())()(()))(()))))))))(())((()()))(())()))(((())())(())()())))())(())))())))))())))())((()())))))))()))((()))))))((())(()))())()((())))))))))(((()))()))))))())))()()))((()())())()))))()((())))))))()))))))))(())())())())(()())(()))))))))()()(()((()((()))(()()())())))))()(())()(())))()())()())))))))(())"

    Returns: 286903

  53. "()(()(((((()(((((((((((((())(((()()((((((((((((((((((((((((((()((((((((((((((()(((((((((((((((((((((()((((((((((((((()((((((((((((((((((((()((((()()((((((((()((((((()(()(((((((()(()((()()((((()(((((()(()()(((((((()(((((())(((((((((((((((((((((((())((((((((((((((()(()(((((((((((()((((()((()((((()((((((((((()(((((((((((((((((()(()((((()()((((((((((()((((((((((((((((((((()((((((((((((((((((((((((((((((((((()(()((((((((((((((((((((((((((((((((((((())((()(((((((()((((()(()(((((((((((((((((())()((()(((((()((((()(((((((()((())(((()()((((((((((((((((((((((((((((((((((((((())((()((((((((((((((((((((((()((((((()(()(()(((((((((()()(((()((((((((((((()((((((((((((((()(((((((((((((((((((()()((((((((()((((((()((((((((((((()()((((((((()((((((((((()()()((((((((((((((((()((((((((((((())(((()(((((()(((((((((((()(((((((((((((((((((((((((((((((()(((((((((()(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((()((((((((((((((((((((((()((()((((((((((()((((((((((((((()((((((()(()((((((((((((((((((((((((((((((((((((((((((((((((((((((()(((((()(((()())((((())(((((((((((((((((()(((((((((()((()(((((((((()((((((((((()(((((()(((((((((((((((()((()(((((((((((()((((()(()((((((((((((()((((((((((((((()(()((()(((((((((()()(()(((((((((()(((((((((((((((()((((((((((((((((()((((((((((((((((((((((()(((()((((((((((((((((((((()(((()((((((((((((((((((((()()(((((()(((((()(()(((((()((((((()((((((((((((((((()(((()(((()(((()(((((((((((((((((((()(((((((((((()(()(()(((((()(((((((((((((((((()(((((()((((()(((((((((((((((((((((((((((((((((((()((()(((((((()(()((((((((((((((()()()(()((((((()((((((((((((((((((((()((()((((((((()(((((((()(((((((((((((((((()((((((((((((((((((()(((((((()()(((((((((((()((((((((((((((((((((((((((((((((((()()((((()((((((((((((((()((((((((()()(((((((((((((((((((((()(((((()(((()((((((()()(((((((((((()((((())(((((((((((()(((((((()((()((((((()(()(((((((()((((((((()((()(((((((((((()(((((((((((((((((((()(((((((((((((((((((((((((((((((((((((((((((()()((()(()(())((((((())(()(((((((((((((((((((((((((((((()((((()(()(((((((((((((((((()(((()((((())((()((((((((((((()((((((((((((()((((()((((((()((((((()((((()((((((((((((()((()(((()((((()((((((((((((()((((((((((()((((((((((((((((((((((((((()(((((((((((((((((((((((()(((((((((((()((((((((()(((((((()((()((((((((((()(()((((((((((((((((((((()((((((((((((((()(((((((((((((((((((((()()((((((((((((((((((((()(((((((((((())(((((((())((((((()()(((((((((((((((((()((((()"

    Returns: 29403

  54. "))())())))))(()()()(()()((((((()(())))(()()(()))(()()()(()(()()())()())()(((())()))))())))(())()(()())))())(((((()(()))()(((()(((())())()()())(())))()(())()()())()))))(())()((()(()))))(()))(()))))))(()()()))())()())))()(())))(())(((()(())(()))()()))()))))())(((()(()())())())))(()))(((())()((())))(()()))))()(()())))()))())((()())))()()()(())))(((()))))())))()())))))(()(((()))))(()))()())(())((()(()((()(()(()(()(()())()(()((((())((()))((((()((()))()(()))()())))(()))(((())(((((((())()((())()))())))(((()))()((((()))())())))))())())(()))(()((()(())(((()()()((()))()))())()(())()))))))))))(())((())(()))))))())())())))(()))(())()((()(((()(())((((())()))(())(())()((((())(((()))())())(()((())((((())))((()))((()(()()()()()((((())))((())(((())())()))))((()()()(((()()())(())()))((())((()))()(()((()()())))()))()))((()))())(()(()))()(((()))(()((())((()(()()()))()((()())()))))(((())))))())((((((())((()))())()((((((()(()))())()())((()(()))(()))(((((()))()(())(()())()(()))()()((((()(((())())()(((((()())((()()(()(()((()))(()()))(()))(()((()()))))(((())))))(()(((((()((((()(()()))(((()()(()(((()))()))))))))())(()())((()()((()(((())()))((()))))(((()(((()(((((((())())())))(()()((((((()((())))))())(()())()()((())(()(()())))())()()(())))((())(())())()())()()((()(()()(()(()(())))((()(()()(()()(()())())(()())(()(((()))(())))()(())(((()))))))()()(())(((()))()((()))(()))(((((())((()()((((((()((())))((()())()))(((((()))(())()((()))(()(()()())())(()())(((())())))((((()())(()(())))(()))()()(())))))))()((((()))(())()(())(()))(())((((()((()()()()((())))()())))))))()()()((())))(((()(())())))())(()(()()((())())((()()()())()((()(()()))((()(())(()()()())))()((())((()))())((()(())()(()(((()()))))))))))(()))(())(())(()((((()))))(())()))))))(())(()(()(()((((()(())()()())()()))((((((()())()))))(((())()))())))))())(((()((()))))(((()())))))))((()())(()))))))))())())((()((((((()()))(())))((())))(((()()(()))()()(())(((((()()(((())())))()(())))(()))))()(((()))))(((((((((((())))(()))))())))(()())()()))))(((()))(((()))()((())))())()(()((((()()())()()())))()(((()((()())()(((()())())))))()()(()((()(()()()(()))))()))(())(((()())(()((((()))())))()()()))())))((()))())()((()()))((()))()))((((())()))(((()(((((()((()())((())(()()())(())(()))(())()())()((())((((())))(())()(())())()())(()(())((())))())())))(()))()))()())((()(((()(())((()()())())))((()(()()())))())))())(())(()(()(()()()(())(()()()()())(()())(((((())(())"

    Returns: 706266

  55. "((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("

    Returns: 0

  56. "((())()((((())()(()))(()()))))))))))((()(((()()))()())))))(((())()(()((()()(()(())(((((())(()))))(()))(())(()((()(()(((())((((()(()(())()(()(((()(((()()(((((()))()()(()()))()())(()((()(((((((((())))()(((())((()()())(((()(())((((()((((())()()()()()(((())((())(((((()(()())((((()((()(()((((((((()())()(()()((())))((()((((((())()))(()((((((((()(()()((((((((()()()))()(()(()))(())((()()((()((()(())()))()((((((()(()(()())((()((()()((((()())()(()()())))))))((((((())))((()))())(()((())))((()()))((()()))((()(((()(((()((())()(((()())(()(((()()((())()()(()))()(()()(((())()())(((((((()(()))())()(()())))()((((()((((()()()))((((()(((()(((()(((((()((()((())))()(()()((((((()()(()()))()())(())(()((()(((()()))()(((((((())(()(()))())((()))())())()))(((()((((((())(())(((((((()(()((())))()()(((((((()(((((()())(())()(((())(((((((())((()())()))())()()))((()()()()((()(())())(((())()(()))((((()()()(()((()()))((()(((((((())(((())()))())()((())()(()()((()(()))())(((()(()))()(((()(((((())()))))(())((()))()((((()))(()()(()()))))()(()(())()()))(())())())((()((((()()))(()((((()))())(((()(())()((()(((())(())()(())))()()((((()())()()(((()())((((())()((((()(()())))((())((()()()())(())())))((()))()())))()))))(()(()())((()(()(((((()()()())(()((()()(((((((()(()()((())(((((()())()((())(())(((()()((((((()()()()()(()((()((()(()()))((()()(((((((((()((((((((())()((())(()()()))))(()())()(())(((()(((()(()())))(()()))())()))((()(())((((((((()()()))))((()()))))()()))()))((())())())))(()(()())(((())(((())(()()()((((((((((())))))())())())(()()(((())()(((((()()(((()(((())()))((((((()(())()()())(()(())(()((((((((())))(((()((()(()((()()()(()(())(((((()((()(()()()()()(((()())())())()((((()((((())(())((()(())(()()())(((((()()())(())))()())(())(()(((()))(()())())(()())(((((()()))(()()())())()()()(())(()()))((((()()()((((()((((())(()((()()()()))((())))())()((())()()(()())())(()())())(((()(((()((((((()()(())(((()((((((((((()(((((((((()()))(())((((((()((((((()())(()(((())()))((()(((()((((()()((())((((((()()()(())((((())(()(())()())())(()(()(()(()))((((((()(())((())))())()(((((())(())())))((())((()()()((((((()((((()))()()))()()(()))()()())((((()()(()()(((()(((((((((((()(()))))())(((((((()))()())()(()()(())(((((())()(((()()())())((((()((()))(()))()(()))(()()(((()()()))))()())()()((()(((((()(((()(()((()())())(((()(())((()())))()))((()((()())((((()(()()()(()))))()()(((())())((((())))(((((()))((((()(()()((())(((()((((((())))()()))())()(((()))(()()((("

    Returns: 481671

  57. "))))))))))))))))()))))))))))))))))))))))))))))))))))))))))))))))))))))()))))))))))))))))))))))))))))))))))))())))))))))()))()))))))())))))))))))))))))))))))))))))))))))))))()))())))))))()))))))))))))))))))))))))))))))))))))))))))()))()))))))))()())))))))())))))))))())))))))))))))))))))))))(()))()()))))()))))))))))))))())))))))))))))))))))()))))())))))))))())))))))())))))))))))()))))))))())))))))))()))))))))())))))))))))))))))))))))))()())))))))())))()))()())))()))))))))))))))())))))))()()))))))())))))))))))))))))())))))()))))))())))))))))))))()))))()))))))()))))))))))))))))))))))())))())()))))))))))))))))))))))))))))())))()))))()))))))))))))))))))))))))))))))))))))))))()())))))))))())))))))))))))))))))))())))))())))))))))))))))()))))))))))))))))))))))))))))()))))())(()))))))))))())))())))())))))))))))()))))))())())))))))))))))()))))()))()))()))()))))))))))))))))))))())))))())))))))))))))))))))))(()))))))))))))))))))(()))))())))))))))))())())(())))))))))())))))))()())))()))))))()()()))))))))))))))))))))))))))))()))))))))))())))))))))))))))))))))))))))))())))))))))))))))))))())))))()))))))()))))))(()))))))))()(())))))))))())))()())))))))()())())()))))))))))))))))())))))))))))))))))())))()()))))))))))))())))))))))())))))))))))))))))))))))()))))))))))())))))))))))))))()))))))))))))))))()))())))))))))))))))))()())))())))())))())))))))))())())))))))()))))))))())))()))))))))))())()))))))))))))))))))))))))))()))()))())))))))))()))))))))()()))))))()))()))))))))))))))))))))))))))))))))))))())()))))))()))))))()))))()))))))))))))))))))()))))))))))))()(()))())))))))))))))))))))))))))))))))))))))))))))))))))))))))))())))))))))))))))))))))))()))()))))))))))())))))))))())))))())))))))))))())))))))))))))))())))))))))))())))))))))))))))())))))))))))))))))))())))()))(()))))))))))))))))))))))()))))()))))))))())))))))))))))))))))))))))))())))))))))))))))()))))))))))))))))()))))))))))((())))))))))))))))))))())))))())))))))))))))))))))))))))())))))()))))))))))))))(()))()))))))))))())))))))))))()))))))))))))))))))))))))))))()))))()))))())))())))))))))))()))))))))))))))))))))))))))))))))))())))))))))))())))))))))))))()))))))))))())))())))()))))))()))))))))))()()))()))))))))))))))))))))))))())))()))))))))))))))))))))((())))))))))))))))))))))))))))()))))))))))))))))())))))))))))))))))(()))())()))())())))))))()))))))))))))))))))))))))))))))())())))))))()))))))))())()))()))))))))))()))())))())))))()()))))(())))))))))"

    Returns: 25200

  58. "((((((()((())(((((((((((((((((((((()((((((()((((((((((((((((((()(((((((((()(((((((((((((((((((()(((((((((((((((((((((((((((()((((((((((((((((((()((((()((((()(((((((())()((((((((()(((((((((((((()(((((((((((((((((((((((()(((()(()(((((((((((((((((((((((((((((((((((()(((((((((((((((((((()(()(((((((()())(((((()(((((((()(())(()((()((((((((((((((((((()((((((((((((((((((((((()()(((()(()((()((((((((((((((((((((((((((((((((((((((()()((((((((((((((((((((((((((((()(()((((()(((((((((()()((((((()((((((((((((((((((((((((((((((()()((((((((((()((((((((((((((((((((((((()(((((((((((((((((()((((((((((((((((((((((((((((((((((((((((((((((((((((((()(((((()((((((((((((((((((((((((((((((()((((((((()((((()(((((((((((((((((((()(()((((()(((((((()((((()((((((()(((()(((((((((((()((((((((((((((((())(((()()((((((()((((((((((((((((((((((((()(()((((((((()(((((((((((((()((((())(((((()((()((((((((((((((((((((((((((((((((((((()((((()((((((())(((((((((()((((((((()(((((((()((((((((()(((((()(((((((()(()(((((((((((((((((((((()(((((((((((((((((((((((((((((()((((((((((((((((((()(()((((((()((((((()((()(((((((((((()((((((((((((()(())((((((((((()((((((((((())(((((()(((((((((((((((((((((((((((((((((()(((((((((((()((((((()((()((((((((((((()((((((((((((())(()((((((((((((((((((((((((((((()()((((((((()()((()(()))((()((((()(((((((()((()((((((((((((()(((((((((((((()(()(((()((((((())((((((((((((((((()(((()(((((((()((((((((((()((()(((((((((()((((((((((((((((((((((()(((((((((((((((((((((((((((((()(((((((((((((((((((((((((()(((((((((((((((()(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((()((((((((()(((()(((((((((()((((((((((((((((((((((((((((((((((((((((((((())((((((((((((((((()(((((())((((((()((((((((((((((((((((((((()(())(((()(((((((((((((((((((((((((((((((((((((((((((((((((((((()(((()()((()()(((((((((((((((((((((()(((()((()(((()))(((((((((((()(((((((((((((((((((((((((()(((((((((((()(()((()((((((((((((()((()(((((((()((())((((((((((((((((((((()(()(()(((((((((((((((((((((((((((((((((((((((((((((((((((()((((((()((((((((((((((()((((((()((((((((((((((()(((((((((((((((((((((((((((((((((((((((((((()(()((()((((((()((((((((((()(((()(((()((()(((((()((((()((((((((((()((((((())(((()((())(((((((((((((()(())(((((((((((((()(((((((((((()(((((((((((((((((((((((((((((((((((((((()((((((((((((((((((((((((()(((((((((((((((((((()(((((((((((((((()((((((((((((((()(()(((((()(((((((()()(((((()(()()(((((((((()(((((()(((((((((((((((()((((((((((((()(((((((()(((()((((((((()(((((((((((((((((((((((((((((()((((((("

    Returns: 24976

  59. ")((()((()(())()()))))())))(())()()())))))()((()((()()((()())((((((())()))))(()(((())))(())())))))()(()(()())(()()()))(())))()(()(()))))(())((())(())((())))((()))))()))(()))((()))()()()())()))(((()))(((())))((()())()(()(()((((((()))()()))))))()()())((()))(((())())()))())()()(((()()())(()))(((()(()((()()()(())(((((()((()()((((())(())))))))))))(((((()))()()((()(((((())))())())(()(()))))))())())(())())())()(()()))))(()()((()()()()(((((()))()(()(())))(())()(()(((((((()))(()((())((((())((()((())))()((((())))((())))(()()))())())(()))()()((()())(((()))))(((()(((()))())))()))(()(((((())))))))()))))())))(()())((()()))))))))(())(())((()()))((((()()(((()))))((((()(())))))()(((()())()))))((())(())((((())()(((()((()()()(((()(()((()())()())))((()((())(((((((())((((((()()((()(((()())()))(()(((())()()))()()()((((()()(()((())((())())))))(((()((()((())()(())(()))(((()()())))(((()((())()()(()))((())())))()(()))(()))()(()(()()))))()((()))(()))(())((()(()(((()))(((())())((()))))(()()(())())())()(()()(())(()()()(()))((((()()())()(())()())))(((((()(())((()))))((((()))())()(()(()()()()()()(()))(()())))))))()))((()()(())))))((((()))())())()())()())(()((())(((())()(((()))()))()()((((()()((()(((()(()))(((()()))(()())))))())(()()((()()()((((()(()(()())))((()))((())(()(()))))(((()()()())(()((())()))))))))))()((())))())())()))(()()(())()))(((()())())((()(()))))(())())()((()()))))())())(())))())))))(((())())(()()()()((()())()))()(()(((()))(()(())())(((()(()())))(()))))))))()))))()(()))((()())(((()()()((()(())((()()(())(((())(())()))(((())))))()())()()())))()(())))(((())())()()()()()((()())()(((())()))))())())(((()()()()()())))))())()())())()()))())))()(()))()))())))))(())((((())()(()(()((()()))))())()((()((()))))((((())()((())()))))(()()()(((()()((())(())()())()(((())(())())((()()(()(()()()))(()()())(((())))))))((()))((()))))(((((()(())(())()))(()))()()((())((())))))()())))(((())))))))))(()))(()((((())()))()(()((((()))(())())((())(((())()((()))(()(()()))))(((())()))(()))(())()()()())())()(()()()()))()())))(()))((())()(((()(()()()))))()())(())))((())()(())))()())())()((()((())()((((()(()((()()((())(((()((()(()(()())(()()))())()())()()(()()()())((()))())((((())())))(((((())(((())))))(((()()))(()()())()(((()())(()))())())(((()((()((((((())(())()))(())()(()((()()))()()())()))()(())(()()))((((((()())()()()()())()()(()(())(())(()((((())((()(()((())))))()(()))))()))))())()))))(())((()))((())(()()(()(()())))((()())("

    Returns: 715806

  60. "(((((((((((((((((((((((())((()(((()((((()()()(((((((()(()(((((((()(((()()(()((()(((((((()((())(((()(()((()(((((((()()((()(((((())(()(((((((((()((((())(()(()(()()()((((()(((((((()((((((((((()(((()))(((((()(())((((()(((()((())((((((((()((((((()((((()(((((((((()((()(())(((()(()((((())()))(((((((((()(((()((((((((((()((()((()))((((((((((((((((((((((((((((((((((((((((((((()(((((((((()((()((((()))()(((((((()(((((((((((((((((())(((((((((((((()(((()((((()(()(()())()(((()((((()(()()(((((((()((()(((((((((((((()(((())(()(()())()(((((((((((()()()()()()(((((((()((()(((((((((((()((()()(()((()(((())((((((()(((((()((()((()))(((()(((((()()(()())(((((((((((((((()))()((()()((((((((((((((())((((((((((((()(()(()((((()()((())((((((()(((())(()(((()(((()())((((()(()(((()()(((((((((((((((((((())()()(((((()((((()((((()()(()((((((()(())(((()((((((()((()(((((((((((()()(((((())((()(((((((((((((((((((())(((((((((((()(())(()(((((()(((()(((()((()))((())()((((((((((((()(()((((((()(((((((((((()(())(((((((((((((()(()(((((((((((((((((((()(((())()(((()((()()())(((((()((((()(((((((()((()(((((((((((((()())((((())((((((()(((((((()((()(()(((((((()()))(())(((((())()(((((((((((((()((((())((((((((((((((())((((((((((((()((()(((((((((((((()((()()((()(((((((((((((((((()(()((((((((((((()(((((((())(((()())(((((((((((((()(((((((((()((((()((((()((((()(((()((((((((())(((((((())()((((()(((((((((((((((((((((())(((((((((()(((())((()))())((((((()((()((((((()((((()(()((()()(()((((()()()((((((((((((()(((((((((((((((((((((((((((((((())(((()(((((((((((()(((((()(((((((((()((((((((()((((((((())(((((((()(())()(((()((()((((((()(((((((((((()((((()(((()()(()()(())((((()((((((((((((((((())(((((()(((())((((((((((()(((((()()))((()())((()((()((((())((())(()(((()(((((((()((((()())((((((((((())(((()((((((()(()((((()((())((((((()((())(((()((()(()(()()(((((((((()()((((((((((()(()))(((()(((()()(((()(((((((()(((((())()()((((())()(()(()((((((((()(()(()((((())((((((((()(((()(((()(())(((((((((((((((()((())(()((((()()(()((((((((()(((((((((()(((((((((((()(((((((((((((()()(((((((((()((()(((((((())((((((((((((((()(((((((()((((()(((()(((((()(())))((((()((((()(((((((()())((((()(())(((((((())()(((())(((((((((((((()(()(()(((((()((((((((()(((((()((((()(((((((((((((())((((((((((((((((())(((((((((())(((()()(())(((()(((((((((((((((((((((((((((((((()((((()(((((()(()(()((()(()(()(())((((((((()(((()((()())()()(((((()()()(((((((((((((((()()(()((()(()((((()())(()(()(()(((((((((()()()((()))((((((((((((()((()((((((((()())()((()()((("

    Returns: 114481

  61. "(()(()(((((())()()(((()((((((((((((((((((()((((((()((((((((((((((((((((()(((()((((((((()((((()((()((()())(((()())(()(()(((((()())(()((((()(((())((())(((()(((((()()(((((()(((()(()((()(()(()(((()(()(()(()()(()(()((())()(((((((())(()(((((((((()((()(((((((((((((((((())()((()((((())()((((((()()(((()((((((((((((((((((((())(()()((((((()(((((()((((())(((((((()())((()(()(((((((((((((()()()(((((()(())(((((((((()((()(())()((((((((()((((((((())()(((((()()(()(((()(((((()(((()(((())((())()()(((((((((()(((((((((()((((()((((((((((()((((())((((((()())((()((((((((((((((()((()((())(((()()((((((()()((((((((()(((((((())()(((((()((((((((((((((()(((()(())()((((((((()(()((((((())(((((())(()(((((()()((((((()((((((((((()((((((()(()((((((((((())(((()()(()()(((())(((((((((()(((())())())))((((((((((((()(((((((()((((()((((()()()((((((((((((((((()()(((((((((((())(((((((()))()(((((((((((((((((((())()((((()(()((((((()(((())(((())(((((((((((()()()((((())))))((((((((((((((((()()((((((()()()((((((((()((((((((())((((()(()(()(((()((((((((()(()((()((((((((((()(()(((((()((((()())((())((((()((()(((((((((((()(((((()(((()(((()((((((()(((((((((((((((()()())(((((((()((((((((()(((()((((()(((((()((((((()((()()((((())((()((((((()()(())(((()((((((((((((((((((((((((((()()((()(()((((((((())(()((((((((((((((((((()(((()))((((((((()(((((())(())(((((((())))(()((((((())()(((((((((((((((((((())((((((()(()(()()(()((()())()((()()((()((((((()((((((((((()(((()(()(((()(()(((())((()((()(())()((((()()((((((((()()()((((((()(((()(((()(((()((()((((((((((()((((((()()))(((()((((()(((()(((()(((((()(()(((((((((((((((()(((()((((((((((())((((((((((((()((()(((((((()(((((((((()((((()(())(((()((((((()((()((()((((((((((((()()((((((()()()((((())(((((((((((((((((((())))(((()()()()((((()))(((((((((((((())(()((((((((((((((((((((())()(((((((()(((()()(((()((((((((((((()(()((()(()(()((((((()(((()((((((((()((((((()()()((((()((((((((((())((((((((()((((((())(((((()()((((((((()((()(((()((((())()()((((()(((()((((((())(((()((()((((((((((()()()((()(()((()()(((())((((((((()((((((((((()()((((()(((()((()(((()(()(((((((((((((()((((((((((((((((((()(()()(())(((()(((((()()(()(((((()()(((()((((()()))())(((((((((())(()(((()(((((()(((((((())((((()((()((((((((()(()()((((()))()((((((((((((()(((((((((((((((()(((()()(((())))())()((((((((())(()()((()(()((((()(()(((((((((((()(((((((((()((((((((((((((((((((((((((((((((((((((()((()((((()(((()()(((((()(((((()((((((((((())((((()(()())(((((((((((((((()(()(()(()(()"

    Returns: 117370

  62. ")((()((()(((()((((((((((()((((((((((((()((()(((((())(((()(()((()(()))(((((()(((()((((((((((()((()((((((((((((((((()(()(((((()()(((()((((((((()((((((((((((()((()()((((((((((((((()()(((((()(((())((((()()((()((((())()(()((((((((((((((())()()(((()(()))(()()(()()((((()(()((((((()(((((((()(()()()((((()()(((()(()((()(()((((((()((()(()((()()(((((((((((()((((((((()(()((()(((((((((((((())(((()((((((((()()()((())((((((()()(((((()))(((()()(((((())(((((((()((()(((((((((((((((()((((()((((()((()((()(((((()((((((()((((()((((()((((()(((()(((((()((((((()(()(()((((()(((()((((())((())()((((((((((()(())(((()(((()((((((((((()(((((((((()(((((((((((((((())((((()((((()((())((((((((((()()(((((((((((((())((((((()((((((((((()((()((()((((())(((()(()((((((((()(((((((((()(())(()((()((((((((())(((((()(((((()(((((())))(((()(()(((((())())((((()(((((((()()(((((((())()(((((((()()((((((((()(()())((((()((()(((()(()((())((((((((((((((((((())))()()(()(((((((()()()())(((((()((((()((((((((())(((((((((((())(((((()((((((()(((())(()(())()()(((()(((((((((((((()(((())(((()()(((((((((()((((((()((()(((((((((((((((((((((((((((((()(((()()((((((()((((((()()(((()(((()(()((((((((((()((()((())((()((((((((())((((((((((()(())()(((((((((()((((((((())((()(((((()(((((()((()(()((()()(()(()(((((()()())())(((((((((((((((((()(()(()))((((((((()((((((((()(((((((((((((((((((((((()(((((((())(()((()(((((((()((()(((()(((()((((((())()((()(((()())(())(((((((((()()((())))())((()((((((())()))(()(((((((()((()(((()((((()(((()((((((((((()(((((()()((((((((()(((()()()((((((((())(((((((((((()((((((()(((((((((()(((((()(((((()())((((()((((((((()(((())((()(((((((((((((((()((()(((((()(()(((((()))(()))(()())(()((((((((((((()(())()()()()((()((()(((((()((((()((()(((())())(()()(()((()(()(((((((((((()(((((()(((((()))((())()(()())((((()(()(((()()()(()))(((((()((((((((())(((((()()(((())(((()(()((((((((()((((((((((((()((((((((((()((((()()(()(((((()())(()(()(()(((((((()(((((((()(((((((((()(()(()((()(((()())((()(((((((((((()()((((((())((((()((((((()((((()(((()(((((()(()(()(((((((((()(((()(()(((()((((((((((((((((((((())(((()((((((())((((((((((((()(((((((()()(((((((((()(()(((((((()(((((((((((((()()()(((()((()(((()((()))()((((((((()(())(((((((((()(()(())()()(((()()(((((((((((((((()((((((((()((()((()((((((()((((()((((((((())()((((()(()))(()())(()(()(((((((()(((((((()(((((((((((()()((((()(((((((((())))(((()(((((())(((((((((((()))(((()((((((()))(()(((((((()(()((()()((((((()(()((((()(((((()()(((()(()(()((((((((((()))()((((((()(((()("

    Returns: 128271

  63. "(((()(((((((()((((((((((((((((((((()()()(((((((((((((((((()(()(((((((((((((((((((((((((((((())((((((((((((()((((((((((((((((((((((((((()(())(((((((((((((((((()(()(()(((((((((((((((((((((((((()((()())(()((((((((((()(((())((((((((((((((((((((((((((((((((((((((((((((((((((((((()((((((((()((((((()((((((((((((((((()((((((()(((((()(((((()(((((((((((((((((((((()((((((((((((((((()((((()))((((((((((()(()()(((((()(((()((((((()(((((((((((((((((((((()()((((((()()()((((()((((((((((((((()(((((((((((((((()((((((((()(((((((((((((((((()((()(((((()(((()((((((((((((((((((((((((((((((((()(((((((()(((()))(()((()(()(((((((((((((((((((((()(((()(((((((((((((((((()(((((((((((((((((((((((((((((((((((((()(()((((((()(((((((((((()())())(((()(((((((()((((((((((())(((((()(((((((((((((((((((((((()(((((((((((((()((()(((((((((((((((((((((((((((())(((()((((((((()()(((((((((()(((((((((()((((((((((((((((((()(((((((((((()(((((((((((((((((((())()(((((((((((((()(((((((()(((((())(((((((()((())(()(()((((((((((((((((((((((((()(((()()((()(()()(((((((((((((((((((()))(()((()()((((((())(((((((((((((((((()((((()(((((((((((((((()((((((((((()((((()(((()((((((()(((((((((((((())))()((((((((((((((((((((()((((((()((()(((((((((((((((((((((((((()()((((()((((((((((()(((((((((((()(((((((((((((((((()()((((((((((((((()()()()(((((((((((((((())(((())(((((()(((((((((()((((((((()((()((()((((((()(((((((()(((((((((((((((()((((((((()(((((((()(((((((((((((()(((((((((((((((()()(((()((()(((((((((((((((((()((((((((((((((((((((((())(((((((((((((((()(((((((((((())((()((((((()((((((())())(()(()(((((((((((((((()((((((((((((((()((((((((((((((((((((((((((()(((((((((((((()(((((((((()((((((((((((((()(())()()(((((((((((()((((((((()(((((((((((((()))(((()(((((((((((((((((((((((((((((((((((((()((()((((((((()()(((((((((()(((((((()(((((((((((((((((((((((((((((((((((((()(((((()((((((((((((((((()(((((((((((()((((((((()(((((()((((((((((((()((((((()((((((((((((((((((()(((((((((((((((((((((((((((()(((((()(((((((()(((((((()(()((((((((()(((()((((((()(((((((()((((((((((((((((((()(()((((((()(((((()((((()(((()(((((((((((((()((((((((()((((((((((((((((((())((((((()((((((((((((()((((((((((((((((((()(()((((()((((((((((((()(()((((((()((((((()((((((((((((()))((((()((((()((((((((((()(()(((((())((()(()(((((((()(((((()())(((())((((()(((((())(((((((((((((((((((((()(((((((((((((((((((((()((((((((((((((((((()((((())()((((((((((((((((()(((((()((()(((((((((((((((((((((((((((()"

    Returns: 35245

  64. ")(()()()(())()((((()((()()(()(()(())((((((((()(((((((()((()())(())))(((((((()()((()(())((()((((()((()(())))()))))((((())(((())))(())()(()((()))((()(())(()(())(())(())((()()())((()))(((()((())((((()((((()(((()((()())()(())(()()))(((()()(((((()))(()(((()((()(()((()(())(()(((())()((((((((((((()(((())))(()(((()))((())(()()(())((((()()((((((()())((())()(((((())))((()))(((())((()()())()(((((()(((((((()(())(()))))())()(()(())(()((()(((()(((((())()))()))()))(((()())()())()()()((((()(()()((())(((())(()()()))))(((()((())))))(())(((((((()((()())))(()))(()))(()()((((()((((((()))(()(()((((())((((((((((((())())()(()()()())()(()(()))((()))((())(((((((())()()((()))((((()((((((())))())((()(((((()((()()(()((()((((()((()()))()()()((())(((((()((((()(()))()))()((())((()))()))()))(()((())()()(())()()(())(()())()((((()()((((())()()())()))(()()())))()(((((((((()()())((((())((()()((((()(((())(())())((()())))((()()(((((((())((()(((()())())()(((((()())))(((()()((((()(((()(((((((()()))((()())(((((((((((((()(((((()(())(((((((((((((((((()((()())))(()()))(())(((()((()())())(()((((((()()(((((()(()()((()((()(()(()(((()(((()())))()(((())(((())((((())(()()))()()((())(()())()((())(()(())((((()((()(())(()())(((()((()((())()((())((((((()(((()((()())())(((((()))()(())))(()()())(()))(()))))))((((()((()(((((((())()(()(()())())(((())(()((()))()))())())()())(()()))((())((())))))(()()((((())()((()()(((((()(())))((()(())(((((((()(((()((((((())(()((((((())(((()(((((())()()()))))()((((()(()(((()((((((((()))(((()()()((((())(()))(()((()())((()()((())((())(((((()()))()((((()(((((((()))(((()((())())))((()))()))(()(()(((()))((()))))((())(((()))(()((())(())))()(()))((()))(())()(())(())()(())()((()()())()(())()(()))))((())(())(()()(())(((())((())())(((()()(()((())(())()()()()((((((())((((()((()))))(()((((((())))))((((()((((())()(()()(()(((())())()()(())()))()())(()))(((((((()))()(((((((((((()()(()(()())(((()()((())()(()((()()(()((()())))))()()(()))()((())))())(())((()(()(()(()()((((())((()()()()))(((()((()((()()((((((()))((())((()(((()()((()()(())()()(()((()(()))())(()))((((((()()(()((())()((()(())()(((()()()())(((((((()((((()()))((((()((()())()))))(()((((((()((()(((())))()(((()()()(()))()()()())))())(())()()))()))()))((((()(((()()((())()))(())()()()(((())))(((()(())(()()))(())))((((((()(()((()(((()()((()((((()))()())((()))))((((())())((())))(((()(()))))()(()()((()))()(()()(())))(((((()()))()((((()(((((()(((((())(()()()()((()()(()(()(())(()()())()((((()(()()"

    Returns: 457446

  65. ")((((())()(((((()(())(((((()))))(())))))())((((((((()(((()((((((()(())(((())(((((((()()((()(()(()))((()))))))((((())(()()((((()(((((())())((((((((()(((((((((((((((((())(((((()((((())((((((((()((((((()()(((((((()()((((((((((((())((()(((()(((((())())(((())((((()((()(()((()()(((()(()()()(((((((((((((((((((((((((()(((((())((())(()()(((()((((((((((()((((((((((()((((()(()(((((((((()((((((((()(()()((((((((()((()(()((()()(()(((()(((((()(((((())((((((()))(()(()((((((()))(())(()((((())))((((((())((((((()((()(((((((((((((((()()(((((()(()(((((((((((((()((((((((((()((()(())((())()(((())()(((()((((()((((((()((((((((((((((()()((()(((((()((((()(((()((((((((())((((((((()((((((()(((()((()(())))(((((((()(((((((((((((())(()(((((((((((((((((((((((((((((((()()()()(((())(((()(((()((()((((()(((((((((((((((((((()))(((((()())((((((())(()(((((((()((((((((()((((((((((((((((((((((()((((()()((()()())(()((((((((())(((((((((((((((())((((()((((((()(((((((((((())()())(((((((((((((((((())()(((()()(((()()(((((((((((()(()((((())(((()((((()(()()(((((())(((()()(()()(()(((((((((((((((()(((((()(()))((((((((((()(((((((((((((()(((((((()((((()(()(((((()(()()(()((())(((((())()((((((((((((((()(((())()()(((()((((((((((((())((()((((())()((((((((()()(()((((((((()()(((((((((((((((()()((()((((())((((((()((((((((()((((((((((()((((((()(((((((()((((((()(((()(((((((((((()()((((((((((()((((((()(((((((()((()()(((((((((((()((((((()((()((((((((((((()()((()((())(()(()()((((((()(((((((((()(((()()()(((((((()((((())((((((()((((()()()(()(((((((()(())(((((((((((()((((((((((((()((((()((((((((((((((((((()((((((())((()(((((())((()((())((((((())((()(((((((((((((())((((((())((((((((()(()((()((((((((((()()((((((()(((((((((()(((((((((((((((((())((((()((((()(())((((((()((((((((()((((()((())()((((((())(((((()(((()()((()((((()()(()(((((((()(((()(()((()((((((((()(()(((((()(((())(((((((()((((((((((()((()((()(((((((((()()((()((()(((((((()(((((()(((((((((()(((((((((()((()()((((()(((((())((())(()(((((((((((())((((()()((((()()(((((((((()((((((((())((((((((((((((()())()(())((((()((((((((((((((((()(((()(((()(((((((((()(((())())(()))())(()()((()()()(()(((((())(((((((()((((((((((((((()()(((((((()((()((((()(((()(()(((()(((()()(((((()(())(((((((())((((()()(((((((())(((((((((((()((()))((()()(()(((()((((()((())(())((()(((((()()))((()(((((((((((((()((((((((((((((()(((()()(((((((((()(((())(((((()((((((((((()(((((((((((((()((()((()((()(()((((()(((()(("

    Returns: 113050

  66. "))))))()))(())))))))))))))))))))))))())))))()))))))))))))))))))))))))))()))))))))))))))))()))))))))())))))())()))))))))()))))))))))))))))())())())))))))))))))))))))))))))(())))))))))))))))))))())))))))))))))))))))))))))))))))))))))))))(()))))))))))))))))))(())))()))))))))))()))))))())(()))))))))))())))()())))))))))))))))))()))))))))))))))()))))))))()())))))))())))))))))))))))())))))))))))))))))()))))))))))))))))))())))))))))))))())())))))))))))()))))))())))))))))))())))))))))))))))))))()())))))))()))()))))))))))))))))))))))())))))))))))))))))))))))))))))))))))))))())()))))))))()))))()))))))))))))))())()))())))))))))))))))))))))))))))(()))))))))))))))))))))))))))))))))()))()))))))))))))))))))))))())))))))))))()))))))))))))))))))(())()))))))))())))))))()))))))()))()))))))))))))))))()))))))))))))))))))))))))())))))())())))()))))()))))))()))))))))())))))))))())(()))))))))))())))))))))))()))))))))))())))))))))))()))))()())))))))))))))())))))(()))))))()))))))))())))))))()()))))))))))))))))))))))))))))()))))))))))())))))))))))))()))())())))))))()()))()))())))))))))))))))))))())))))))))))))))))))))()))))())))))))))))()()))()())))))))))))()))))))))))())))))))))))))))))))()))())))))()))))()))))(())))))())))))))))))))))()()()))))))))))))))))))))())))()))))))))))))))()))))()))()))))(()))))))))())))))))))))))()))))))))))))))))))))))))))))))))))))))))))))))))))()))())()))))()))())))))))))())))))))))))))))))))))))())())))))))))))))))))))))))()))))))))))())))()))())))))))))))))))))))))))))))))))))))))))))))())))))))))()()()))))()))))))))))))))))))))))))()))))))))))))))))))))))))))))()))())))))))))))))()())()))()(()))())))))())))))))))))()))())))()())))))))))))))))))))))))))))))))))))())))))))())))())))))))))))))())))))))))))))))))))))))()))))))))()()))())))))))))()))))))))))))))))())))))))))))))))))))))))))))))))))))))()))))))))))))))))))))))())))))))))))))))))))))))))()))(()))))))))))))))()))))))))))))))))))))())))))))))))))(()))))()))))))))))))))))))()()()))())))))))))()))))))))())))))))))))))))))(())()))))()()())))))))))))()))))()))))))))))))))))))))))))))))))))))))))))(()))))()(())))())))))))()))))))))())))))))))()))))())())))))))))))))))()()))))))))())))))))((())))))))))))))))))))))))))))))))())()()())()())))))))))))))))()))))))))))))()))))))()())))))))))()))))))))()())))))))))))))))))))))())()))))))))))))))()()))))()))())))())()))))()))))))))))))))())))))))()))))(()))))))))))))())())))))))())))))))())))))))))))))))))))))))))))))))))))))("

    Returns: 29403

  67. "))(("

    Returns: 3

  68. "()()()()()()()()()()()()"

    Returns: 78

  69. "(()"

    Returns: 1

  70. "(((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((((((((((((((((((())))))))))))))))))(((((((((((((((()()()()((((()))))(((((((((((((((("

    Returns: 306936

  71. ")))))))))(((()()()((()))(((()))))))))))))))"

    Returns: 91

  72. "()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()"

    Returns: 781875

  73. "((()))"

    Returns: 6


This problem statement is the exclusive and proprietary property of TopCoder, Inc. Any unauthorized use or reproduction of this information without the prior written consent of TopCoder, Inc. is strictly prohibited. (c)2024, TopCoder, Inc. All rights reserved.
This problem was used for: