使用正确的赋值运算符,使得x的值为50(即x = x * y)。
点击 此处 重试
x = 10; y = 5; x w3exercise_input_no_0 y;
w3exercise_input_no_0