program test;
var 
	n : integer;
	i : integer;
	arr : array[0..3] of integer;
begin
	readln(n);



	writeln(n);
end.