[백준]B3-10871

py_code·2020년 11월 26일
0

백준-브론즈3

목록 보기
6/38
n,x = map(int, input().split())
a = input().split()
ans = [e for e in a if int(e)<x]
print(' '.join(ans))
profile
개발자를 꿈꿉니다.

0개의 댓글