BOJ 3052

녹색자몽·2021년 9월 6일
0

Algorithm

목록 보기
56/80
post-thumbnail

나머지

a = []
for i in range(10):
    n = int(input())
    a.append(n)
b = []
for i in a:
    b.append(i % 42)
total = len(set(b))
print(total)   
profile
볕 좋은 날 시작하는 개발일기

0개의 댓글

관련 채용 정보