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