import java.io.IOException; import java.io.InputStream; import java.io.PrintWriter; import java.util.Arrays; import java.util.NoSuchElementException; class Main { public static void main(String[] args) throws Exception { new Main().run(); } //0,1,...,x に %m で y に等しいものがいくつあるか。 //min+i*m<=x //i*m<=x-min long f(long x,long min,long mod) { if(x Integer.MAX_VALUE) throw new NumberFormatException(); return (int) nl; } public double nextDouble() { return Double.parseDouble(next());} }