After submitting only showing Compilation Successfull message and ouput

Why it is not showing whether it passed all test cases or not.

hi @Kolhar_Prashant

5
5 4 3 2 1
for this input your code’s output is
5 5 5 5 5

which is not correct
try again

My code is absolutely perfect working code, Please check once again on some other compiler. I have check with 5 4 3 2 1 as input and it correctly generated the output.

I think there is some issue with this cb compiler.

it’s generating perfect output on Pycharm compiler. Please check on Pycharm compiler

yes you are right

i will report your problem

and let you update about it

compiler error is resolved now
but
your output is giving wrong ans when input is like:
10
9
8
7
6
5
4
3
2
1
11

but when it is
10
9 8 7 6 5 4 3 2 1 11

your code give correct output

i hope you understand your mistake