//package yukicoder; import java.util.ArrayList; import java.util.Arrays; import java.util.Scanner; /** * yukicoder no.33 * @author scache * */ public class Main { public static void main(String[] args) { Main p = new Main(); } public Main() { Scanner sc = new Scanner(System.in); int n = sc.nextInt(); long d = sc.nextLong(); long t = sc.nextLong(); long[] x = new long[n]; for(int i=0;i seq = new ArrayList() ; seq.add(x[i]); int curMax = i; for(int j=i+1;j