본문 바로가기
python-algorithm

[백준] 3052

by 무적김두칠 2021. 1. 8.

1
2
3
4
5
6
mylist=[]
for i in range(10):
    a=int(input())
    mylist.append(a%42)
ans=list(set(mylist))
print(len(ans))
cs

 

반응형

'python-algorithm' 카테고리의 다른 글

[백준] 3062  (0) 2021.01.08
[백준] 3059  (0) 2021.01.08
[백준] 2920  (0) 2021.01.08
[백준] 2908  (0) 2021.01.08
[백준] 2869  (0) 2021.01.08

댓글