https://www.acmicpc.net/problem/10871
n,x=map(int,input().split())
a=list(map(int,input().split()))
for i in a:
if (i<x):
print(i,end=' ')
'알고리즘 > 백준' 카테고리의 다른 글
백준 2577: 숫자의 개수 (Python) (0) | 2021.08.24 |
---|---|
백준 2562: 최댓값 (Python) (0) | 2021.08.24 |
백준 10951: A+B - 4 (Python) (0) | 2021.08.19 |
백준 11021: A+B - 7 (Python) (0) | 2021.08.19 |
백준 15552: 빠른 A+B (Python) (0) | 2021.08.19 |