fork download
  1. #include <stdio.h>
  2. #include <math.h>
  3.  
  4. int main()
  5. {
  6. printf("%f\n", M_PI);
  7.  
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0.02s 1720KB
stdin
Standard input is empty
stdout
3.141593