QBASIC 两个数比大小

快,快,快!标点总搞错
2025-06-26 19:14:45
推荐回答(1个)
回答1:

cls
input n,m
if n>m then print "n>m"
if nif n=m then print "n=m"
end