该程序首先读取用户输入的两个整数,并将其存储在变量 `a` 和 `b` 中。然后,使用 `if` 语句比较 `a` 和 `b` 的大小,如果 `a` 大于 `b`,则输出 `max=` 和 `a` 的值;否则,输出 `max=` 和 `b` 的值。反馈 收藏