fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. double d;
  5. scanf("%lf",d);
  6. printf("%lf",d);
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 4292KB
stdin
101010
stdout
0.000000