← Back to List
24082번: 立方体 (Cube) ↗
Solutions
Python 3
22 B | 22 chars
print(int(input())**3)