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