fork download
  1. #include <iostream>
  2. #include <iomanip>
  3.  
  4. int main() {
  5. std::cout << std::fixed << 1e+100 << std::endl;
  6. std::cout << std::endl;
  7. std::cout << std::fixed << 1e+300 << std::endl;
  8.  
  9. }
Success #stdin #stdout 0s 4532KB
stdin
Standard input is empty
stdout
10000000000000000159028911097599180468360808563945281389781327557747838772170381060813469985856815104.000000

1000000000000000052504760255204420248704468581108159154915854115511802457988908195786371375080447864043704443832883878176942523235360430575644792184786706982848387200926575803737830233794788090059368953234970799945081119038967640880074652742780142494579258788820056842838115669472196386865459400540160.000000