使用正确的函数来打印出 x 和 y 的最高值。
点击 此处 重试
int x = 5; int y = 10; cout << w3exercise_input_no_0(x, y);
w3exercise_input_no_0