发布时间:2019-08-05 22:33:07
高中数学算法:
START
IF A>=B
THEN
PRINT 0
ELSE
PRNIT 1
END IF
END
用if表达 假设A=>B,则显示0,假设A<B则显示1
用if表达 假设A=>B,则显示0,假设A