Shaamil Karim14 years old.Word hard- play hard. · 3y
import java.util.*;
class skew
{
public static void main(String args[])
{
Scanner sc= new Scanner(System.in);
int n = sc.nextInt();
long k = sc.nextInt();
long a1[] = new long[n];
long a2[] = new long[n];
long temp[] = new long[n];
int temp1 =0;
Read more… (140 words)