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