← Back to List
34778번: João João ↗
Solutions
Python 3
49 B | 49 chars
print(4 - len(set([*map(int, input().split())])))