TLE on one testcase and all are passed .
Max biotonic array
Hey @Vivek-Pandey-2129725577345937 you need to use fast i/o. Please add these 2 lines to your main()
ios_base::sync_with_stdio(false);
cin.tie(NULL);
If you don’t have any further doubts,please mark the doubt as resolved.