#include #include int N, M; std::string S, T; int dp[1001][1001]; int main(){ std::cin >> N >> M; std::cin >> S >> T; for(int i=1;i