import java.util.*; class Yuki799{ public static void main(String args[]){ Scanner sc = new Scanner(System.in); int a = sc.nextInt(); int b = sc.nextInt(); int c = sc.nextInt(); int d = sc.nextInt(); int aka = b-a+1; int kuro = d-c+1; int dab = 0; if((a < c && d < b)||(d < a && b < c)){ if(a < c && d < b){ dab = d-c+1; }else{ dab = b-a+1; } }else{ dab = a