import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class No481 { public static void main(String[] args) throws IOException, NumberFormatException{ BufferedReader br = new BufferedReader( new InputStreamReader(System.in) ); String [] str = br.readLine().split(" "); int [] InputNum = new int [str.length]; //入力した分と同じ分の配列を用意 int[] num = {1,2,3,4,5,6,7,8,9}; //検証用 for(int i=0; i