We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
import java.util.*;
public class Main
{
public static void main(String args[])
{
Scanner sc=new Scanner(System.in);
int n=sc.nextInt(),k=sc.nextInt(),q=sc.nextInt();
int arr[]=new int[n];
for(int i=0;i0)
{
int qq=sc.nextInt();
System.out.println(arr1[qq]);
}
}
}
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Circular Array Rotation
You are viewing a single comment's thread. Return to all comments →
SEE WHAT IS Actually happening
import java.util.*; public class Main { public static void main(String args[]) { Scanner sc=new Scanner(System.in); int n=sc.nextInt(),k=sc.nextInt(),q=sc.nextInt(); int arr[]=new int[n]; for(int i=0;i0) { int qq=sc.nextInt(); System.out.println(arr1[qq]); } } }