python-algorithm
백준 24266 알고리즘 수업 - 알고리즘의 수행 시간 5
무적김두칠
2022. 3. 14. 15:02
1
2
3
|
n=int(input())
print(n**3)
print(3)
|
cs |
반응형