#include using namespace std; template void fin(T a){ cout<>a>>b>>c>>d; int ans=0; for(int i=a;i<=b;i++){ for(int j=c;j<=d;j++){ ans+=i!=j; } } cout<