Problem Description
A = 371
Input 2:
A = 123
1
Output 2:
0
3×3×3 + 7×7×7 + 1×1×1 = 371
Explanation 2:
1×1×1 + 2×2×2 + 3×3×3 != 123
NOTE: You only need to implement the given function. Do not read input, instead use the arguments to the function. Do not print the output, instead return values as specified. Still have a question? Checkout Sample Codes for more details.