euker 4

Run Settings
LanguageJava
Language Version
Run Command
public class adit{ public static void main(String[]args){ int ans = 0; for(int i=900;i<1000;i++){ for(int j=900;j<1000;j++){ int l=i*j; String k = Integer.toString(l); if(k.charAt(0)==k.charAt(5) && k.charAt(1)==k.charAt(4) && k.charAt(2)==k.charAt(3)){ans=l;}} }System.out.println(ans); } }
Editor Settings
Theme
Key bindings
Full width
Lines