testcib_prog.pas 64 B

123456
  1. {$mode objfpc}
  2. uses testcib_elk;
  3. begin
  4. writeln(Run(2));
  5. end.