#include using namespace std; int main(){ int A,B,C,D; cin >> A >> B >> C >> D; int ans =(B-A+1)*(D-C+1); if(A > C){ swap(A,C); swap(B,D); } if(B