3474. Lexicographically Smallest Generated String

This commit is contained in:
2026-04-01 11:28:34 +03:00
parent 3b9bbfe3db
commit 3d490d6027
4 changed files with 121 additions and 0 deletions

View File

@@ -203,6 +203,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2946. Matrix Similarity Aft
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2840. Check if Strings Can be Made Equal With Operations II", "2840. Check if Strings Can be Made Equal With Operations II\2840. Check if Strings Can be Made Equal With Operations II.csproj", "{5020405E-5F4F-4AC6-932D-00F01643A2F0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "3474. Lexicographically Smallest Generated String", "3474. Lexicographically Smallest Generated String\3474. Lexicographically Smallest Generated String.csproj", "{7493B586-527C-4D54-A048-2E9B96B52A6E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -1413,6 +1415,18 @@ Global
{5020405E-5F4F-4AC6-932D-00F01643A2F0}.Release|x64.Build.0 = Release|Any CPU
{5020405E-5F4F-4AC6-932D-00F01643A2F0}.Release|x86.ActiveCfg = Release|Any CPU
{5020405E-5F4F-4AC6-932D-00F01643A2F0}.Release|x86.Build.0 = Release|Any CPU
{7493B586-527C-4D54-A048-2E9B96B52A6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7493B586-527C-4D54-A048-2E9B96B52A6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7493B586-527C-4D54-A048-2E9B96B52A6E}.Debug|x64.ActiveCfg = Debug|Any CPU
{7493B586-527C-4D54-A048-2E9B96B52A6E}.Debug|x64.Build.0 = Debug|Any CPU
{7493B586-527C-4D54-A048-2E9B96B52A6E}.Debug|x86.ActiveCfg = Debug|Any CPU
{7493B586-527C-4D54-A048-2E9B96B52A6E}.Debug|x86.Build.0 = Debug|Any CPU
{7493B586-527C-4D54-A048-2E9B96B52A6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7493B586-527C-4D54-A048-2E9B96B52A6E}.Release|Any CPU.Build.0 = Release|Any CPU
{7493B586-527C-4D54-A048-2E9B96B52A6E}.Release|x64.ActiveCfg = Release|Any CPU
{7493B586-527C-4D54-A048-2E9B96B52A6E}.Release|x64.Build.0 = Release|Any CPU
{7493B586-527C-4D54-A048-2E9B96B52A6E}.Release|x86.ActiveCfg = Release|Any CPU
{7493B586-527C-4D54-A048-2E9B96B52A6E}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE