fork download
  1. var
  2. abcdef : string;
  3. begin
  4. readln(abcdef);
  5. writeln(abcdef);
  6. end.
Success #stdin #stdout 0s 232KB
stdin
Standard input is empty
stdout