← Back to List
24266번: 알고리즘 수업 - 알고리즘의 수행 시간 5 ↗
Solutions
Python 3
35 B | 35 chars
n=int(input()) print(f"{n*n*n}\n3")