2 test cases are not passing

hey @lukharshiv just a change long n=s.nextLong(); instead of int n=s.nextInt();

again my 2 test cases were not passed

@lukharshiv what are you doing??
long n=s.nextInt(); change it
long n=s.nextLong(); instead of long n=s.nextInt();