tw25215.pp 82 B

123456789
  1. { %FAIL }
  2. program tw25215;
  3. var
  4. &:integer;
  5. begin
  6. writeln(&);
  7. //readln;
  8. end.