На питоне могу написать
1)
A = int(input())
if A != 6:
A+=10
2)
X = int(input())
Z = int(input())
if Z < X:
print(2 * (X - Z))
else:
print(2 * (X + Z))
На питоне могу написать
1)
A = int(input())
if A != 6:
A+=10
2)
X = int(input())
Z = int(input())
if Z < X:
print(2 * (X - Z))
else:
print(2 * (X + Z))