?b)min?=?b;if?(min?>?c)min?=?c; printf?(\"%d?%d\n\",?max,?min);re" />
Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - The if statement allows the user to input three integers, compare their sizes, and assign the maximum number to the integer variable max, and assign the maximum number to the integer using decimals.
The if statement allows the user to input three integers, compare their sizes, and assign the maximum number to the integer variable max, and assign the maximum number to the integer using decimals.

#?include?

int?main()

{

int?max,?min, ?a,?b,?c;

scanf?("%d%d%d",?&a,?&b,?&c);

max?=?min ?=?a;

if?(max?

if?(max?

if?(min?>?b)min?=?b;

if?(min?>?c)min?=?c;

printf?("%d?%d\n",?max,?min);

return?0;

}