Too few
Int main ()
{
Int x, y, t;
The scanf (x);
The scanf (y);
If (x> Y)
T=x;
The else
T=y;
Printf (t);
}
CodePudding user response:
Can someone answer ahCodePudding user response:
(1) x=1 y=2;(2)=2 x y=1;
Two test cases
CodePudding user response:
Can someone answer ahCodePudding user response:
(1) x=1 y=2;