提交时间:2023-11-17 09:32:31

运行 ID: 403

x,y,z=map(int,input().split()) score=x*3+y*1 print(score)