← Back to List
20494번: 스시 ↗
Solutions
Python 3
74 B | 74 chars
ans = 0 for i in range (int(input())): ans += len(input()) print(ans)