test.pas 110 B

1234567891011121314
  1. Uses det,typ;
  2. BEGIN
  3. writeln(og);
  4. writeln(bg);
  5. END.
  6. Uses det,typ;
  7. BEGIN
  8. writeln(og);
  9. writeln(bg);
  10. END.