fork download
  1. program alg;
  2. var x,f:integer;
  3. begin
  4. readln(x);
  5. f:=x*x;
  6. writeln(f)
  7. end.
Success #stdin #stdout 0s 5284KB
stdin
Standard input is empty
stdout
0