Smallest square that begins with n: Difference between revisions

Content added Content deleted
No edit summary
Line 802:
"Prefix n^2 n".writeln;
 
for foreach(int i = 0; i <iota(1, 50; i++))
{
f(i);