摘要:
Function Minimal(a,b,c) Begin If(a<b) max=b; Else max=a If(max<c); max=c Return max; End Minimal 1、从键盘输入a,b,c 2、如果a<b,则:max=b 否则:max=a 3、如果max<c,则:max 阅读全文
posted @ 2019-03-17 15:20
神族鬼刃
阅读(86)
评论(0)
推荐(0)
2019年3月17日