program test(output);
var
x :real;
begin
while not eof do begin
	readln(x);
	writeln(expo(x))
	end
end.
