a,b,c,d = map(int,input().split()) e = b-c+1 if b >= c else 0 print(~(b-a)*~(d-c)-e)