l:=1; r:=n; while l+1<r do begin c:=(l+r) div 2; if ok(c) then l:=c else r:=c; end;
Standard input is empty
prog.pas(1,2) Fatal: Syntax error, "BEGIN" expected but "identifier L" found Fatal: Compilation aborted Error: /usr/bin/ppc386 returned an error exitcode (normal if you did not specify a source file to be compiled)
Standard output is empty