return x >=y?x :y;

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/14 17:12:44

return x >=y?x :y;
return x >=y?x :y;

return x >=y?x :y;
如果x>=y则返回x,否则返回y.