fork download
  1. #include <stdint.h>
  2. #include <stdio.h>
  3.  
  4. int main()
  5. {
  6. uint32_t n = (uint32_t)(INT32_MIN * -1LL);
  7. printf("n: %u\n", n);
  8. }
  9.  
Success #stdin #stdout 0s 15240KB
stdin
Standard input is empty
stdout
n: 2147483648