#include using namespace std; int main() { unsigned int k=430U; unsigned int i=(k>>4)&~(~0<<3); cout << i<