일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- blind sql injection
- 메소드
- object
- 백준 파이썬
- 조건문
- suninatas 풀이
- 파이썬
- IF문
- 김성엽 대표님
- 배열
- xss game
- 자바스크립트
- xss game 풀이
- document
- sql injection
- element 조회
- 객체
- htmlspecialchars
- 백준 알고리즘
- jQuery
- python
- 사칙연산
- burp suite
- 포인터
- 함수
- Pwndbg
- window
- lord of sql injection
- github
- property
Archives
- Today
- Total
power-girl0-0
[ 10951 ] A+B - 4 본문
728x90
import sys
while(True):
try:
a,b = map(int,sys.stdin.readline().split())
except:
break
print(a+b)
728x90
'백준 알고리즘 > python' 카테고리의 다른 글
[ 10818 ] 최소, 최대 (0) | 2021.03.02 |
---|---|
[ 1110 ] 더하기 사이클 (0) | 2021.03.01 |
[ 10952 ] A+B - 5 (0) | 2021.02.28 |
[ 10871 ] X보다 작은 수 (0) | 2021.02.28 |
[ 2439 ] 별 찍기 - 2 (0) | 2021.02.28 |
Comments