input已经定义了
后面就不能再定义了
用的话就直接
Scanner input=new Scanner(system.in);int x = input.nextint();int y = input.nextint();int z = input.nextint();就可以了