└── compatibilty are not /compatibilty are not: -------------------------------------------------------------------------------- 1 | import java.io.*; 2 | import java.util.*; 3 | 4 | public class Solution { 5 | 6 | public static void main(String[] args) { 7 | Scanner sc = new Scanner (System.in); 8 | int n=sc.nextInt(); 9 | int[]a=new int[n]; 10 | for(int i=0;i