Task 5 is changed

This commit is contained in:
AZEN-SGG 2025-05-22 18:52:04 +03:00
parent e5b2c01295
commit 36497ec462
50 changed files with 1007904 additions and 144 deletions

View file

@ -21,6 +21,9 @@ int t5_solve (node *head)
last = head->string;
}
if (maximum < count)
maximum = count;
return maximum;
}