fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. double d = 3.1415926e-256;
  6. int * p = (int*)&d;
  7.  
  8. cout << *p;
  9.  
  10. }
Success #stdin #stdout 0.01s 5512KB
stdin
Standard input is empty
stdout
-1837607566