Ответ: var a, b, c: integer;beginwrite(‘Введите три числа: ‘);readln(a, b, c);writeln(c,’ ‘,b,’ ‘,a)end.