Decimal To Any Base Easy You are given a decimal number n. You are given a base b. You are required to convert the number n into its corresponding value in base b. Example 1: Input: 57 2 Output: 111001 Example 2: Input: 694 8 Output: 1266