#include <iostream>#include <complex>#include <iomanip> int main(){ std::cout << std::fixed << std::pow(2, 96) << '\n';}
Standard input is empty
79228162514264337593543950336.000000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!