编程题:cube
Calculate the third power of an integer.
### Input Specification:
Input an integer.
### Output Specification:
Print the cubic result of this integer.
### Sample Input #1:
in
2
### Sample Output #1:
out
The third power of 2 is 8
### Sample Input #2:
in
8
### Sample Output #2:
out
The third power of 8 is 512
答案:若无答案欢迎评论
### Input Specification:
Input an integer.
### Output Specification:
Print the cubic result of this integer.
### Sample Input #1:
in
2
### Sample Output #1:
out
The third power of 2 is 8
### Sample Input #2:
in
8
### Sample Output #2:
out
The third power of 8 is 512
答案:若无答案欢迎评论