program ideone;var x, y :real; begin x := 135.34;y := x * x; writeln(' Y=', y:0:3); end.
Standard input is empty
Y=18316.916
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!