2840. Check if Strings Can be Made Equal With Operations II

This commit is contained in:
2026-03-30 11:32:06 +03:00
parent 556eecbe21
commit 3b9bbfe3db
4 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
var sol = new Solution();
System.Console.WriteLine(sol.CheckStrings("abe", "bea"));