반응형
https://www.acmicpc.net/problem/3052
# @Author YoungMinKim
# baekjoon
ls=[]
for _ in range(10):
ls.append(int(input()))
result=[]
for i in ls:
result.append(i%42)
print(len(set(result)))
반응형
'백준 문제풀이' 카테고리의 다른 글
baekjoon - python - 4999 (0) | 2020.08.26 |
---|---|
baekjoon - python - 4344 (0) | 2020.08.26 |
baekjoon - python - 3046 (0) | 2020.08.26 |
baekjoon - python - 2998 (0) | 2020.08.26 |
baekjoon - python - 2935 (0) | 2020.08.26 |
댓글