Feedback for VALIDMIN problem

Problem Link: VALIDMIN Problem - CodeChef

Feedback

To find the minimum value in the given three integers. There should be atleast an integer that appears twice. Is there any condition that fails for my prediction. can you please tell me.
Please check your testcases if i am right.

@munikumar2003
Yes u are right .But in case u have two integers same then u will get yes if those two integers are smaller than the third one . else u will get no.
Like for 5 5 2 u will get NO, but for 2 2 5 it would be YES.