fork download
  1. #include <iostream>
  2. #include <iomanip>
  3. #include <cmath>
  4.  
  5. using namespace std;
  6.  
  7. int main()
  8. {
  9. cout << fixed << pow(2, 128) << endl;
  10. }
Success #stdin #stdout 0.01s 2724KB
stdin
Standard input is empty
stdout
340282366920938463463374607431768211456.000000