for (int h = 0; h < 10; h++) if(a*1000+b*100+c*10+d+e*1000+d*100+f*10+g==a*10000+b*1000+f*100+d*10+h&&a!=b&&a!=c&&a!=d&&a!=e&&a!=f&&a!=g&&a!=h&&b!=c&&b!=d&&b!=e&&b!=f&&b!=g&&b!=h&&c!=d&&c!=e&&c!=f&&c!=g&&c!=h&&d!=e&&d!=f&&...
BigInteger a=new BigInteger("2"),b=new BigInteger("3"),c=new BigInteger("1"),d=new BigInteger("0"),t; FileWriter file=new FileWriter("ans.txt"); for(int i=0;i<123456;i++) { t=c; c=a.multiply(c).add(b.multiply(d)); d=a.multiply(d).add(b.multiply(t)); } file.write...