본문 바로가기
python-algorithm

백준 24265 알고리즘 수업 - 알고리즘의 수행 시간 4

by 무적김두칠 2022. 6. 9.

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

 

반응형

댓글