fork(2) download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <math.h>
  4.  
  5. int main() {
  6. int i;
  7. i = ( 10000LL * 735625 + 14780)/3652425;
  8. printf("%d",i);
  9. return 0;
  10. }
Success #stdin #stdout 0s 2292KB
stdin
Standard input is empty
stdout
2014