
Sponsored
Sponsored
Use these hints if you're stuck. Try solving on your own first.
Since the constraint on the number of elements is small, you can check all pairs in the array.
For each pair, perform an operation on one of the elements and check if it becomes equal to the other.