tw9522c.pp 69 B

1234567
  1. { %fail }
  2. type ts = string[1];
  3. begin
  4. writeln(ts(65));
  5. end.