a = int(input())
b = int(input())
P = 2*(a+b)
S = a*b
print('Периметр кабинета =',P)
print('Площадь кабинета =',S)
a = int(input())
b = int(input())
P = 2*(a+b)
S = a*b
print('Периметр кабинета =',P)
print('Площадь кабинета =',S)