일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 객체
- element 조회
- 포인터
- 배열
- 백준 알고리즘
- window
- github
- object
- 자바스크립트
- 백준 파이썬
- xss game 풀이
- 사칙연산
- sql injection
- xss game
- property
- Pwndbg
- burp suite
- 파이썬
- 함수
- blind sql injection
- 메소드
- python
- 김성엽 대표님
- suninatas 풀이
- document
- 조건문
- jQuery
- lord of sql injection
- IF문
- htmlspecialchars
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