반응형
문제 정보
제출 코드
n, x = map(int, input().split())
a = map(int, input().split())
for i in a:
if(i<x):
print(i)
'Study > 알고리즘' 카테고리의 다른 글
[백준 알고리즘] 10951번 Python (0) | 2021.10.03 |
---|---|
[백준 알고리즘] 10952번 Python (0) | 2021.10.03 |
[백준 알고리즘] 2439번 Python (0) | 2021.10.03 |
[백준 알고리즘] 2438번 Python (0) | 2021.10.03 |
[백준 알고리즘] 11022번 Python (0) | 2021.10.03 |
댓글