fork download
  1. #include <stdio.h>
  2.  
  3. int main(int argc, char *argv[]) {
  4. double x = 1.0/3.0;
  5. printf("%.32f\n", x);
  6. return 0;
  7. }
Success #stdin #stdout 0s 4296KB
stdin
Standard input is empty
stdout
0.33333333333333331482961625624739