python-algorithm
[백준] 20254
무적김두칠
2021. 3. 3. 13:36
1
2
|
a,b,c,d=map(int,input().split())
print(56*a+24*b+14*c+6*d)
|
cs |
반응형