You are given an array of integers. A subarray from to is good if .
You have to find the possible of elements of a good subarray. If there is no such good subarray then print "Not Possible".
Input Format:
Output Format:
For each test case, print the maximum possible sum of elements of good subarray or print "Not Possible" (without double quotes) if there is no such good subarray.
Constraints:
For test case : The given array is , here maximum possible sum of elements of a good subarray is , which is from index .