본문 바로가기
python-algorithm

백준 24264 알고리즘 수업 - 알고리즘의 수행 시간 3

by 무적김두칠 2022. 3. 14.

1
2
3
n=int(input())
print(n**2)
print(2)
cs

 

 

반응형

댓글