My issue
i stracked too build the logic can you help me
My code
import java.util.*;
import java.lang.*;
import java.io.*;
class Codechef
{
public static void main (String[] args) throws java.lang.Exception
{
Scanner sc=new Scanner(System.in);
int t=sc.nextInt();
int t1=sc.nextInt();
int arr[]=new int[t1];
int t2=sc.nextInt();
int arr1[]=new int[t2];
/*for(int i=o;i<t1;i++){
arr[i]*/
}
}
Problem Link: Array Removal Practice Coding Problem