#include using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(0); string s, t; cin >> s >> t; reverse(s.begin(), s.end()); reverse(t.begin(), t.end()); long long d {1}; long long ans {}; for (int i=0;i