Implementa function
int sum_min_max(int x, int y, int z);
which given three numbers returns the sum of their minimum and maximum values.
Input consists of three integer numbers.
It holds @x@, @y@, @z@ .
You only need to submit the required procedure; your main program will be ignored.
Input/Output