#include using namespace std; typedef long long ll; int main(void) { ll a,b,res=0; cin>>a>>b; bool cc=false; for(int i=0;i<40;i++){ int m=1<