This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------------------------------------------------- --------------------------------------------------- | |
--------------------------------------------------- Problem Statement --------------------------------------------------- | |
--------------------------------------------------- --------------------------------------------------- | |
Given an array A of n elements. Each element of A is an integer between 0 and 9. n <11. Given an integer number K < 1,000,000. | |
An operation number(A) is defined by concatenating every elements in A from left to right. | |
For example, if A = [0, 3, 2] then number(A) = 032 |