From 1c6f298ab2db46994f77ba9174c8c2d56e4caf9e Mon Sep 17 00:00:00 2001 From: Tlekbai Ali Date: Tue, 25 Feb 2020 13:08:15 +0600 Subject: [PATCH] Update condition of the subject. --- subjects/balancedstring.en.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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`.