← Back to List

27310번: :chino_shock: ↗

Solutions

Python 3
59 B | 59 chars
s = input()
print(len(s) + s.count(":") + s.count("_") * 5)