Jump to content

Smallest square that begins with n: Difference between revisions

Line 878:
void main()
{
writefln("Prefix n^2 n");
foreach(i; iota(1, 50)) {
foreach(j; iota(upperBound)) {
Line 891 ⟶ 890:
{{out}}
<pre style='height:50ex;'>
Prefix n^2 n
1: 1^2 = 1
2: 5^2 = 25
121

edits

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