← Back to List

2774번: 아름다운 수 ↗

Solutions

Python 3
58 B | 58 chars
for _ in range(int(input())):
    print(len(set(input())))