PROGRAMMING:Calculate the cubic sum of each three digit number
Please input a three digit integer, calculate each digit of the integer and their cubic sum, and output the result.
###Input format:
Enter a three digit integer
###Output format:
The first line outputs 100 bits, 10 bits and 1 bit respectively
The second line outputs the cubic sum of each digit
###Input example:
Here is a set of inputs. For example:
```in
one hundred and twenty-five
```
###Output example:
The corresponding output is given here. For example:
```out
1,2,5
one hundred and thirty-four
```
answer:If there is no answer, please comment
###Input format:
Enter a three digit integer
###Output format:
The first line outputs 100 bits, 10 bits and 1 bit respectively
The second line outputs the cubic sum of each digit
###Input example:
Here is a set of inputs. For example:
```in
one hundred and twenty-five
```
###Output example:
The corresponding output is given here. For example:
```out
1,2,5
one hundred and thirty-four
```
answer:If there is no answer, please comment