Jump to content

Smallest square that begins with n: Difference between revisions

m
→‎{{header|Phix}}: correct limit
(→‎{{trans|Julia}}: last improvement of {{trans|Julia}})
m (→‎{{header|Phix}}: correct limit)
Line 2,357:
<syntaxhighlight lang="phix">
with javascript_semantics
constant lim = 5049
sequence res = repeat(0,lim)
integer n = 1, found = 0
7,805

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.