package yuki172; import java.util.Scanner; public class D { public static void main(String[] args) { // TODO Auto-generated method stub Scanner sc = new Scanner(System.in); int N = sc.nextInt(); long D = sc.nextLong(); long[] T = new long[N]; long[] K = new long[N]; long[] Tans = new long[N]; long[] Kans = new long[N]; for(int i=0; i b) { return a; } else { return b; } } }