import java.io.*; import java.util.*; import java.text.*; import java.math.*; import java.util.regex.*; public class Solution { static void printShortestPath(int n, int x, int y, int a, int b) { ArrayList output = new ArrayList(); while(xa+1 ){ String temp = "L"; if(x0 ? "L" : "R"; for (int i = 0 ; i < (y-b)/2;i++){ output.add(temp); } System.out.println(output.size()); for(int i = 0 ; i