uses
// SPython
//SPythonSystem, SPythonHidden,
time1, random1,
SPythonSystemPys, itertools, math
;
begin
writeln(cos(pi));
readln;
end.