a=list(map(int,input().split())) print(max(sum(a),a[2]*3))