Files
kattis/modulo.py
2023-07-02 22:49:18 +02:00

2 lines
56 B
Python

print(len(set([int(input()) % 42 for _ in range(10)])))