提交时间:2023-12-08 10:55:08

运行 ID: 2305

a,b=map(int, input().split()) x=3*a+2*b print(x)