#include using namespace std; using ll=long long; int main(){ cin.tie(nullptr); ios::sync_with_stdio(false); ll A,B; cin>>A>>B; for(int i=0;i<=20;i++){ if(A%10