[문제 링크] : https://leetcode.com/problems/special-binary-string/description/ Special Binary String - LeetCodeCan you solve this real interview question? Special Binary String - Special binary strings are binary strings with the following two properties: * The number of 0's is equal to the number of 1's. * Every prefix of the binary string has at least as many 1'sleetcode.com#include using namespac..