1 line
59 B
R
1 line
59 B
R
subset(expand.grid(x=1:n, y=1:n, z=1:n), x^2 + y^2 == z^2)
|
subset(expand.grid(x=1:n, y=1:n, z=1:n), x^2 + y^2 == z^2)
|