Input "a="; a input "b="; b input "c="; c if a = b and b = c then print "числа равны" end end if if a > b then if b > c then print a, b, c else print a, c, b else if b > c then if a > c then print b, a, c else print b, c, a else if a > b then print c, a, b else print c, b, a end if end if
Ответить на вопрос
Поделитесь своими знаниями, ответьте на вопрос:
Устройство ввода и вывода. работает с внешней памятью.