diff --git a/subjects/balancedstring.en.md b/subjects/balancedstring.en.md index c42e7d5d..e9b589a8 100644 --- a/subjects/balancedstring.en.md +++ b/subjects/balancedstring.en.md @@ -4,7 +4,8 @@ Balanced string is a string that has equal quantity of 'C' and 'D' characters. -Write a program that takes a string and outputs maximum amount of balanced strings with `\n` at the end of line. +Write a program that takes a string and outputs maximum amount of balanced strings without ignoring any letters. +Display output with `\n` at the end of line. If the number of arguments is not 1, display `\n`.