100a+b=c^2+d^2, 100c+d=a^2+b^2

Run Settings
LanguageJulia
Language Version
Run Command
f(x::Int) = (x ÷ 100)^2 + (x % 100)^2 @time res = [(x,f(x)) for x=100:9999 if f(f(x))==x] for pair in res println(pair) end
Editor Settings
Theme
Key bindings
Full width
Lines