Radical is very lonely,he only can play with sequences just like a single dog.
He has a sequence Arr consisting of n integers. He calls a sequence Arr[i],Arr[i+1]...Arr[j](1<=i<=j<=n).The value(j-i+1)
denotes the length of the subsegment.
He want you to help him solve a problem.Your task is to find the longest subsegment of Arr, such that it is possible to change at most one number (change one number to any integer you want)
from the subsegment to make the subsegment strictly increasing.
Radical needn't the reason,he only want to get the the maximum length of the subsegment you find.
In a single line , print the maximum length of the subsegment.