#include #include main() { unsigned int a = INT_MAX + 1; int b = INT_MAX + 1; cout << a << "\n"; cout << b << "\n"; }