tw37763.pp 88 B

1234567
  1. { %fail }
  2. {$MODE ISO}
  3. program forum(output);
  4. var f:rawbytestring;
  5. begin
  6. writeln(f)
  7. end.