fork(1) download
  1. #include <stdio.h>
  2. #include <math.h>
  3.  
  4. int main() {
  5. printf("%.2lf", acos(-1.0));
  6. }
Success #stdin #stdout 0s 16064KB
stdin
Standard input is empty
stdout
3.14