提交时间:2025-01-09 19:31:35

运行 ID: 308177

a,b,c=map(int,input().split()) print(int(a*0.2+b*0.3+c*0.5))