Files
kattis/quickestimate.py
2023-07-18 21:41:12 +02:00

4 lines
60 B
Python

n = int(input())
for _ in range(n):
print(len(input()))