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