Программирование 7 класс.ПОМОГИТЕ ПОЖАЛУЙСТА
язык?
Питон
a=int(input())
b=int(input())
if a==b:
c=2*a
elif a!=b:
c=1+a+b
print (c)