bug0115.pp 62 B

12345678
  1. var
  2. c : comp;
  3. begin
  4. writeln(c);
  5. readln(c);
  6. end.