← Back to List
23037번: 5의 수난 ↗
Solutions
Python 3
47 B | 47 chars
print(sum([int(i)**5 for i in list(input())]))