#include<bits/stdc++.h> using namespace std; int x; int main() { scanf("%d",&x); printf("%d",x&-x); return 0; }
没搞懂O_O