Smallest square that begins with n: Difference between revisions

Content added Content deleted
(Added 11l)
Line 13: Line 13:
R Int(s)
R Int(s)


L(x) 0 <.< 50
L(n) 0 <.< 50
print(firstSquareWithPrefix(x))</lang>
print(firstSquareWithPrefix(n))</lang>


{{out}}
{{out}}