Feeds
질문
i tried to find if there are perfect numbers in the code stating that 1 should be square of other in the same matrix or array
function b = Squared(a) n=length(a) for i=1:n for j=i:n if a(i)*a(i)==a(j) b=true break else b=f...
3년 초과 전 | 답변 수: 1 | 0
