clear
input "请输入数字求最大数:" to a1
input "请输入数字求最大数:" to a2
input "请输入数字求最大数:" to a3
if a1
else
nmax=a1
endif
if nmax
else
nmax=nmax
endif
?"三个数当中最大数为:",nmax
input "请输入一个数:"to a
input "请输入一个数:"to b
input "请输入一个数:"to c
max=a
if max max=b
endif
if max
endif
?"最大的数是:",allt(str(max))