fork(1) download
  1. #include <iostream>
  2. #include <stdio.h>
  3.  
  4. int main() {
  5. // your code goes here
  6. float thing = -5.0f;
  7. unsigned int foo = thing;
  8. printf("%x",foo);
  9. return 0;
  10. }
Success #stdin #stdout 0s 3412KB
stdin
Standard input is empty
stdout
Standard output is empty