var x:=System.Convert.ToInt32(System.Console.ReadLine); y:=x*x; begin writeln(y); end.