#include "ans.hpp" #include int main() { string a, b; cin >> a >> b; Solution sol; cout << sol.longestCommonSubsequence(a, b) << '\n'; }