fork download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. float x = 1.0 / 3.0;
  5. printf("%.10f", x);
  6. }
Success #stdin #stdout 0s 15240KB
stdin
Standard input is empty
stdout
0.3333333433