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