b=int(___("請輸入只完成飛行器搭建的架數(shù):")) #完成數(shù)為整數(shù)
score1=b*1 #完成一架積1分
s=int(input("請輸入能直線飛行的架數(shù):"))
score2=s*4 #完成一架積4分
m=int(input("請輸入能實(shí)現(xiàn)左轉(zhuǎn)等多功能的架數(shù):"))
score3=m*8 #完成一架積8分
sum=score1+score2+score3
print("你的總積分為:",___) #填寫變量名