x>>');
readln(x);
writeln('Округление: ', round(x));
writeln('Целая часть: ', int(x));
writeln('Дробная
часть: ', frac(x))end.