반응형
문제 정보
제출 코드
n = []
for i in range(0,10):
tmp = int(input())
n.append(tmp%42)
print(len(set(n)))
'Study > 알고리즘' 카테고리의 다른 글
[백준 알고리즘] 8958번 Python (0) | 2021.10.03 |
---|---|
[백준 알고리즘] 1546번 Python (0) | 2021.10.03 |
[백준 알고리즘] 2577번 Python (0) | 2021.10.03 |
[백준 알고리즘] 2562번 Python (0) | 2021.10.03 |
[백준 알고리즘] 10818번 Python (0) | 2021.10.03 |
댓글