← Back to List

20254번: Site Score ↗

Solutions

Python 3
59 B | 59 chars
a,b,c,d=map(int,input().split())
print(56*a+24*b+14*c+6*d)