Golang solution output problem

Hello,

I tried to solve the “minimum maximum” problem available here :
MNMX Problem - CodeChef using golang but I am getting a
wrong answer despite having the same output as stated on the problem
example, I tried to make sure my program output is formatted correctly
using “echo -e” and it’s now the 2 programming problem where I get the same output as the example but get a wrong answer. Do I need to do error handling for every
wrong input ? or is my solution simply wrong for some special input ?

my solution : CodeChef: Practical coding for everyone

Thanks you for taking your time, have a great day.