Browse Source

Merge pull request #478 from atlekbai/patch-1

Update condition of the subject.
content-update
LEEDASILVA 4 years ago committed by GitHub
parent
commit
577a0fdd7f
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