2025-05-19 20:51:01 +09:00

4 lines
76 B
Python

arr = set()
for i in range(10):
arr.add(int(input())%42)
print(len(arr))