#include using namespace std; int main() { int a = 7; int b = (a & (-3)); cout << b << endl; return 0; }