feat: new statement files. Generator generated. New TLE solution

This commit is contained in:
2025-12-03 20:44:14 -03:00
parent bf6ef948b9
commit 6542a90f82
118 changed files with 296 additions and 6 deletions

View File

@@ -16,6 +16,7 @@ int solve(string &s1, string &s2, int i = 0, int j = 0)
}
int main(){
int n, m; cin >> n >> m;
string s1, s2; cin >> s1 >> s2;
memset(memo, -1, sizeof(memo));