﻿Program TuKpa6;
var
x:real;
BEGIN
writeln('BBeguTe x');
readln(x);
writeln('|x| = ',abs(x));
END.