백준 - 10871

Weed·2023년 3월 26일
0

백준

목록 보기
19/24

https://www.acmicpc.net/problem/10871

n, x = map(int, input().split())

n_list = list(map(int, input().split()))
a = list

for i in range(n):
    if n_list[i] < x:
        print(n_list[i], end=" ")
profile
개발자로 전직해보자

0개의 댓글