#include <iostream>
using namespace std;
int main() {
int a = 1, b = 2;
int c = a << b;
int d = 1 << c;
int e = d >> d;
cout << e;
return 0;
}
I2luY2x1ZGUgPGlvc3RyZWFtPgp1c2luZyBuYW1lc3BhY2Ugc3RkOwppbnQgbWFpbigpIHsKICAgICAgICBpbnQgYSA9IDEsIGIgPSAyOwogICAgICAgIGludCBjID0gYSA8PCBiOwogICAgICAgIGludCBkID0gMSA8PCBjOwogICAgICAgIGludCBlID0gZCA+PiBkOwogICAgICAgIGNvdXQgPDwgZTsKICAgICAgICByZXR1cm4gMDsKfQoK