일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- object
- burp suite
- window
- python
- element 조회
- htmlspecialchars
- 김성엽 대표님
- 메소드
- 파이썬
- 포인터
- suninatas 풀이
- 조건문
- 자바스크립트
- Pwndbg
- document
- lord of sql injection
- jQuery
- sql injection
- xss game 풀이
- 객체
- github
- xss game
- 배열
- 백준 알고리즘
- property
- 백준 파이썬
- IF문
- blind sql injection
- 함수
- 사칙연산
Archives
- Today
- Total
power-girl0-0
[ 15552 ] 빠른 A+B 본문
728x90
import sys
t = int(input())
for i in range(t):
a,b = map(int, sys.stdin.readline().rstrip().split())
print(a+b)
728x90
'백준 알고리즘 > python' 카테고리의 다른 글
[ 2742 ] 기찍 N (0) | 2021.02.28 |
---|---|
[ 2741 ] N 찍기 (0) | 2021.02.28 |
[ 8393 ] 합 (0) | 2021.02.28 |
[ 10950 ] A + B - 3 (0) | 2021.02.28 |
[ 2739 ] 구구단 (0) | 2021.02.28 |
Comments