← Back to List

21734번: SMUPC의 등장 ↗

Solutions

Python 3
60 B | 60 chars
for i in input():print(sum([*map(int,list(str(ord(i))))])*i)