y=30
for i in range(1,4):
x=int(input(“x=”))
if y<x:
y=x
print(y)
程序运行后,依次输入: 36 87 51 运行后输出结果是。
微信扫码预览、分享更方便