fork(9) download
  1. #include <iostream>
  2. #include <stdio.h>
  3. using namespace std;
  4.  
  5. int main() {
  6. uint32_t n1 = 1, n2 = 5;
  7. printf("0x%08x", (n1 - n2) & 0x00ffffff);
  8. return 0;
  9. }
Success #stdin #stdout 0s 3296KB
stdin
Standard input is empty
stdout
0x00fffffc