Run ID:92124
提交时间:2024-09-28 13:48:36
a=input().split() b=int(a[0]) c=int(a[1]) d=int(a[2]) e=c-b f=d-2 g=e*f+c print(g)