백준 8393 (python) ⭐

Grace Goh·2022년 9월 5일
0

백준 (python)

목록 보기
6/27
post-custom-banner

정답

print(sum(range(1, int(input())+1)))

내가 쓴 답 미개한 버전

n = int(input())

sum = (n+1)*n/2
print(int(sum))
profile
Español, Inglés, Coreano y Python

0개의 댓글