fork(59) download
  1. #include <iostream>
  2. #include <memory.h>
  3.  
  4. int main()
  5. {
  6. unsigned dw = 0x4D91A2B4;
  7. float f;
  8. memcpy(&f, &dw, 4);
  9. std::cout << f;
  10. return 0;
  11. }
Success #stdin #stdout 0s 3340KB
stdin
Standard input is empty
stdout
3.0542e+08