Problem B: Getting Started - X Cubic

"
Time Limit $1$ 秒/Second(s) Memory Limit $512$ 兆字节/Megabyte(s)
提交总数 $552$ 正确数量 $335$
裁判形式 标准裁判/Standard Judge 我的状态 尚未尝试
难度 分类标签 数学

X Cubic 

Write a program which calculates the cube of a given integer x.

An integer x is given in a line.
Print the cube of x in a line.
2
8
1 ≤  x ≤  100
AOJ