← Back to List

24568번: Cupcake Party ↗

Solutions

Python 3
48 B | 48 chars
a=int(input())
b=int(input())
print(a*8+b*3-28)