Can you please check the error in my code

I am solving the maximum length of bitonic subarray.

@amitqy
Hello Amit,
pls save ur code on https://ide.codingblocks.com/ and share the genereated link here

@amitqy
hello amit,
ur code is correct. there is some issue with online judge it will resolve soon

@amitqy
hello amit,
add this two line in ur code to pass all test cases

ios_base::sync_with_stdio(false);
cin.tie(NULL);

coding blocks has been around for a long time. When I submit, sometimes solutions are not judged, sometimes, the see test cases or editorial button does not respond. I did not expect such a bad experience when I registered for their course. Please pass this feedback