Codeforces Round #733 ABCDE Solutions (Java/C++)

A. Binary Decimal Solution: Obviously, we only need to check every digit. For each digit, as many as its digit, it needs to be composed of as many numbers. For example, if the tens place of 321 is 2, it needs to be composed of two numbers.…