import java.util.*; public class Main { public static void main(String[] args){ Scanner sc = new Scanner(System.in); int r,c,r1,c1,r2,c2,ri,ci,rt,ct; while(sc.hasNext()){ r=sc.nextInt(); c=sc.nextInt(); r1=sc...