fork download
  1. #include <cstdio>
  2.  
  3. int main() {
  4. printf("%.2g\n", 18014398509481980.0);
  5.  
  6. return 0;
  7.  
  8. }
Success #stdin #stdout 0s 2896KB
stdin
Standard input is empty
stdout
1.8e+16