fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int a = 5;
  5. double temp = 5.0 / 7;
  6. printf("%.*lf",a, temp);
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 2292KB
stdin
Standard input is empty
stdout
0.71429