#include int main(void) { int x = ~0; printf("%u\n", x); printf("%u\n", x + 1); return 0; }