Browse Source

Update condition of the subject.

content-update
Tlekbai Ali 4 years ago committed by GitHub
parent
commit
1c6f298ab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      subjects/balancedstring.en.md

3
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`.

Loading…
Cancel
Save