728x90
반응형
SMALL
n,x = map(int, input().split(" "))
a = list(map(int, input().split(" ")))
for i in range(n):
if a[i] < x:
print(a[i],end=" ")
728x90
반응형
LIST
'백준문제 > 새싹' 카테고리의 다른 글
백준) 10952번 - python (0) | 2024.02.03 |
---|---|
백준) 10872번 - python (1) | 2024.02.02 |
백준) 9086번 - python (1) | 2024.01.31 |
백준) 2754번 - python (0) | 2024.01.26 |
백준) 2753번 - python (0) | 2024.01.26 |