fork download
  1. #include <iostream>
  2. #include <complex>
  3. #include <iomanip>
  4.  
  5. int main()
  6. {
  7. std::cout << std::fixed << std::pow(2, 96) << '\n';
  8. }
Success #stdin #stdout 0s 2828KB
stdin
Standard input is empty
stdout
79228162514264337593543950336.000000