fork(1) download
  1. #include <stdio.h>
  2.  
  3.  
  4. int main()
  5. {
  6. float x1=0, x2=0, x3=0;
  7. x1 = ((7.0)/(3.0 * 4.0 * 5.0));
  8. printf("%f",x1);
  9.  
  10. return 0;
  11. }
Success #stdin #stdout 0s 3340KB
stdin
Standard input is empty
stdout
0.116667