일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- property
- 자바스크립트
- 사칙연산
- xss game
- jQuery
- 조건문
- 객체
- element 조회
- 배열
- window
- lord of sql injection
- 함수
- github
- python
- blind sql injection
- suninatas 풀이
- 파이썬
- 백준 파이썬
- object
- htmlspecialchars
- IF문
- xss game 풀이
- 포인터
- 김성엽 대표님
- document
- burp suite
- 메소드
- sql injection
- Pwndbg
- 백준 알고리즘
Archives
- Today
- Total
power-girl0-0
[ 8393 ] 합 본문
728x90
n = int(input())
result = 0
for i in range(1, n+1):
result += i
print(result)
728x90
'백준 알고리즘 > python' 카테고리의 다른 글
[ 2741 ] N 찍기 (0) | 2021.02.28 |
---|---|
[ 15552 ] 빠른 A+B (0) | 2021.02.28 |
[ 10950 ] A + B - 3 (0) | 2021.02.28 |
[ 2739 ] 구구단 (0) | 2021.02.28 |
[ 2884 ] 알람 시계 (0) | 2021.02.28 |
Comments