fork(13) download
  1. program Bablische;
  2. var x, a : longint;
  3. begin
  4. x:=1;
  5. repeat
  6. a:=3200000+231435*x-380000*x;
  7. x:=x+1;
  8. until a<=0;
  9. write (x);
  10. readln
  11. end.
Success #stdin #stdout 0s 9120KB
stdin
Standard input is empty
stdout
23