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