fork download
  1. #include<stdio.h>
  2. int main() {
  3. float x = 1.04e+4;
  4. printf("%f", x);
  5. }
Success #stdin #stdout 0s 2168KB
stdin
Standard input is empty
stdout
10400.000000